Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] useful bash tricks thread



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/