Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to map F14, F15, and F16 to Exposé, Dashboard, etc.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to map F14, F15, and F16 to Exposé, Dashboard, etc.
Authored by: taxi on Aug 12, '05 06:23:13AM

Um, so you don't do much bash programming then. Backticks are actually quite useful - you can use them to cause a program to be executed, and the result be embedded in a more complex command.



[ Reply to This | # ]
backtick character
Authored by: sjk on Aug 13, '05 06:38:29PM

And command-` is the long-popular and convenient shortcut for cycling windows in most apps.

I normally use backticks in interactive shells but prefer using "$(...)" in scripts because they're easier to nest (and read, IMO).



[ Reply to This | # ]