Created
November 14, 2011 13:01
-
-
Save nsymtks/1363904 to your computer and use it in GitHub Desktop.
cat Command (with Shell Built-in Functions.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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