This is dedicated to the linux users, system admins, open source enthusiastic, techs whoever is looking for solution, tricks & concept etc. Reader will apply concept or execute command at their own risk. Owner of these article is not responsible for any impact, damages or errors.
Sunday, October 24, 2010
How to fetch line by line from the file using bash script?
Guys,
I used following scripts :
---- #!/bin/bash while read line do echo-e "$ line \ n" done ----
No comments:
Post a Comment