LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Shell substitute regexp

[ILUG] Shell substitute regexp

Kenn Humborg kenn at bluetree.ie
Tue Jul 24 13:43:11 IST 2001


> ]>    for i in *.dat ; do mv $i `basename $i .dat` ; done
> ]
> ]Bloody hell - where do you get off giving simple straight 
> forward solutions
> ]to problems - this is supposed to be Unix ... you didn't even have one
> ]regexp in your solution.. Pah..
> 
> It's OK giving easy solutions when they are wrong...
> % basename  blah.txt
> blah.txt
> 
> %basename /tmp/blah.txt
> blah.txt
> 
> basename will just strip off the directory and leave the full name of the
> file.  This isn't what he wants.

Go re-read the original question and tell me where I'm wrong:

   http://www.linux.ie/pipermail/ilug/2001-July/034700.html

BTW, another tip:  When building a shell command like this, use
echo to see what will happen as a dry run:

   for i in *.dat ; do echo mv $i `basename $i .dat` ; done
                       ^^^^
When you're happy, remove the echo.

Later,
Kenn






More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell