Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created January 3, 2012 10:37
Show Gist options
  • Save Jim-Holmstroem/1554405 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/1554405 to your computer and use it in GitHub Desktop.
To evalute an expression in the arguments of a bash command
#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