On 10/08/2009 09:33 PM, Neil Bothwick wrote:
On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote:

And it's usually quicker to type with backticks instead of $():

But nowhere near as clear.

Note: not single-quotes ('), but backticks (`).  It's usually the key
above TAB and to the left of 1.

I rest my case :)

Why? It's one single key. Easy to remember. Nothing is easier than one key instead of needing shift+4-shift+9 to produce "$(" :P


Note you can also nest commands when using $(), which you can't do with
backticks.

You can, but that is awkward (echo `echo \`echo \\\`ls\\\`\``). But for a single, not-nested command, `` is lighting fast to type.


Reply via email to