Hi Sean,

> the built-in rename command works nicely for me

It's worth being a bit careful here because /usr/bin/rename can be one
of a variety of commands on Ubuntu.  For me, like you, it's a symlink to
/usr/bin/prename but I understand update-alternatives(8) can handle
other packages claiming that name.

> sean@bender:~$ rename -v 's/'\'//'' *.txt

Those last two 's are starting and ending an empty single-quoted string.
;-)  That said, it works.  These are all equivalent to it.

    s/\'//
    "s/'//"
    's/'\''//'

Cheers, Ralph.

-- 
Next meeting:  Bournemouth, Tuesday, 2013-01-08 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:[email protected]
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to