經安全檢測,此網站為安全網站,請放心前往原始網址!

BASH Shell: For Loop File Names With Spaces - nixCraft

For the shell equivalent of python’s splitlines, I always did it like this: oldifs="$IFS" IFS=" " for line in $( line-with-spaces-between-fields.txt); do ... done IFS="$oldifs" or while read ... instead of for when the list exceeds $(getconf ARG_MAX) Your

www.cyberciti.biz

網址安全性掃描由 google 提供