
10 Nov
2011
10 Nov
'11
1:50 a.m.
On Thu, 10 Nov 2011 12:43:14 +1100, David Zuccaro <david.zuccaro@optusnet.com.au> wrote:
I'm guessing I can do command substitution better than this. id3ed -isq "`echo $filename`"
In bash, parameter substitution happens within double quotes (but not single quotes), so there is no need to use echo at all. id3ed -isq "$filename" Glenn -- pgp.mit.edu 0x228AC090