Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: FIXED 3D
Date: Thu, 08 Oct 2009 19:35:19
Message-Id: hales8$aod$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: FIXED 3D by Neil Bothwick
1 On 10/08/2009 09:33 PM, Neil Bothwick wrote:
2 > On Thu, 08 Oct 2009 18:54:26 +0300, Nikos Chantziaras wrote:
3 >
4 >> And it's usually quicker to type with backticks instead of $():
5 >
6 > But nowhere near as clear.
7 >
8 >> Note: not single-quotes ('), but backticks (`). It's usually the key
9 >> above TAB and to the left of 1.
10 >
11 > I rest my case :)
12
13 Why? It's one single key. Easy to remember. Nothing is easier than
14 one key instead of needing shift+4-shift+9 to produce "$(" :P
15
16
17 > Note you can also nest commands when using $(), which you can't do with
18 > backticks.
19
20 You can, but that is awkward (echo `echo \`echo \\\`ls\\\`\``). But for
21 a single, not-nested command, `` is lighting fast to type.

Replies

Subject Author
Re: [gentoo-user] Re: FIXED 3D Neil Bothwick <neil@××××××××××.uk>