[H-GEN] Useful not so obvious tips

Greg Black gjb at gbch.net
Wed Oct 27 21:16:10 EDT 2004


On 2004-10-28, Raymond Smith wrote:

> I'm curious, what is the advantage of less $(cmd) over 
> less `cmd` ?

It's a lot easier to read the punctuation in $() than ``,
especially if you have crappy fonts that make ` look like ' or
even like it's not there; books are frequent offenders here.
And, when providing examples for newbies, `` often becomes one
of `' or '' and they get surprised by the results.

When I'm typing at my own private screen, I always use ``; when
I'm providing examples, I tend to use $().

Cheers, Greg




More information about the General mailing list