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

shell - skip lines while reading text files from ksh - Stack Overflow

You can do for example this (read.sh): #!/bin/ksh while read line do [[ $line = \#* ]] && continue echo $line done < read.sh share | improve this answer answered Dec 25 '13 at 16:38 ...

stackoverflow.com

網址安全性掃描由 google 提供