Skip to content

Instantly share code, notes, and snippets.

@nsymtks
Created November 14, 2011 13:01
Show Gist options
  • Select an option

  • Save nsymtks/1363904 to your computer and use it in GitHub Desktop.

Select an option

Save nsymtks/1363904 to your computer and use it in GitHub Desktop.
cat Command (with Shell Built-in Functions.)
$ while read line; do echo $line; done < /file-name/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment