What's the Korn shell command to read a file one line at a time. - Unix

What's the Korn shell command to read a file one line at a time. - Unix

瀏覽:912
日期:2025-05-01
6 May 2010 ... Try redirecting the file as input to a while loop: #!/bin/ksh -xv cd /borders/home/ entsys/tmp while read file do echo "The file to get next is " $file...看更多