Created
June 5, 2013 19:02
-
-
Save revnode/5716298 to your computer and use it in GitHub Desktop.
Using a bash "here strings" and "here documents" look leeter than piping echo into the command. Also prevents subshell execution. Word is also expanded as usual.
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
command <<< word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment