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

Padraig Brady Padraig at AnteFacto.com
Tue Jul 24 11:35:34 IST 2001


How about:

#!/bin/sh
find -maxdepth 1 -type f -name "*.*" |
sed -e 's/\(.*\)\.\(.*\)/"\1\.\2" "\1"/' |
xargs -r -n2 mv

Padraig.

Gavin McCullagh wrote:

> This is showing my ignorance, but very quickly..
> 
> if I have 10 files called 1.dat .. 10.dat
> 
> and I want to do 
> 
> 	mv 1.dat 1
> 	...
> 	mv 10.dat 10
> 
> I know I can do the 
> 
> 	for i in `ls` 
> 	do
> 	mv XXXXXXXXXXXXXXXXXXXXXXXXX
> 	done
> 
> but how do you construct the regexp to extract the first portion from the filename? 

> I could do it in perl, I just don't know what the syntax for using this is in the shell (specifically BASH).


Nobody should every need/use perl.


> thanks for your patience
> Gavin






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