Created
January 3, 2012 10:37
-
-
Save Jim-Holmstroem/1554405 to your computer and use it in GitHub Desktop.
To evalute an expression in the arguments of a bash command
This file contains 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
#example, will evalute and return the command inside the backticks `` to arguement | |
echo `pkg-config --cflags --libs gtk+-2.0` | |
#general | |
command `inner_command` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment