Shell script Tutorial Series : File Reading with While Loop (CSV file Reading) - Part14
This part covers
1. Read File with While loop line by line
2. Read File with specific IFS to parse each record in specific word or field (Reading CSV file)
3. Read File with with -r option to prevents backslashes interpretation by Shell
Shell Script Tutorial Series
• Shell Script Tutorial Series (How to ...