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
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!