Skip to content

Instantly share code, notes, and snippets.

@jqtrde
Created July 7, 2015 18:26
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 jqtrde/2dcb0d520f1e260c5495 to your computer and use it in GitHub Desktop.
Save jqtrde/2dcb0d520f1e260c5495 to your computer and use it in GitHub Desktop.
Iterating through lines in a file using bash
while read line: do echo $line < file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment