2017年3月5日 星期日

Bash Shell loop each files



SAVEIFS=$IFS
IFS=$(echo -en "\n\b")
for F in *
do
  echo "$F"
done
IFS=$SAVEIFS


沒有留言:

張貼留言