Bash allows to use: cat <(echo "$FILECONTENT")Bash also allow to use: while read i; do echo $i; done </etc/passwdto combine previous two this can be used: ...
確定! 回上一頁