shell script that read each line separatly - LinuxQuestions.org

shell script that read each line separatly - LinuxQuestions.org

瀏覽:305
日期:2026-04-21
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 ......看更多