On 06/02/2009, at 9:06 PM, Tony Sceats wrote:

It's been a while since there's been a thread like this, so I thought it
would be fun :)


Here's quickie.

if you want to rename a file by appending, for example, a .txt to the end

mv filename{,.txt}

or to remove .txt

mv filename{.txt,}

--

http://chesterton.id.au/blog/
http://barrang.com.au/


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to