abcd
How To Read Line By Line From Unix Shell(bash)?
I have a file named abcd.txt. I want to read that file using BASH one line at a time. I tried using CAT but it just displays whole file. How to read it?
Read MorePosted on 9th February 20101 Comment