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).
thanks for your patience
Gavin
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!