Skip to content

Instantly share code, notes, and snippets.

@bobelev
Created September 6, 2013 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobelev/6470243 to your computer and use it in GitHub Desktop.
Save bobelev/6470243 to your computer and use it in GitHub Desktop.
Read file line by line
while read name
do
#do what you want to $name
done < filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment