Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi how to read .csv file in unix
for ex: i have a file called list_chksum.csvhow can i read it in unix?
thanks in advance

This korn shell script reads file myfile.csv line-by-line and echos each line:
#!/bin/ksh
while read line
do
echo "$line"
done < myfile.csv

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |