Skip to content

Instantly share code, notes, and snippets.

@rseaman
Last active August 29, 2015 14:03
Show Gist options
  • Save rseaman/90c7ca3b42edbc18ae09 to your computer and use it in GitHub Desktop.
Save rseaman/90c7ca3b42edbc18ae09 to your computer and use it in GitHub Desktop.
# file1
thing1
thing2
thing3
thing4
# The BASH
for i in `cat file1`; do
echo $i;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment