Created
August 8, 2016 17:29
-
-
Save nirname/ddf599c8f7d7d12d8364eb1533b87fab to your computer and use it in GitHub Desktop.
Read stdin in shell
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
myvar=`cat` | |
echo "$myvar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment