shell script that read each line separatly - LinuxQuestions.org
經安全檢測,此網站為安全網站,請放心前往原始網址!
shell script that read each line separatly - LinuxQuestions.org
bin/bash # Set the field seperator to a newline IFS=" " # Loop through the file for line in `cat file.txt`;do # Echo the line (echo could be changed to ...