Thread
:
batch rename in xterm?
View Single Post
eitama
2010-05-30 , 11:16
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#
2
# change .htm files to .html
for file in *.htm ; do mv $file `echo $file | sed 's/\(.*\.\)htm/\1html/'` ; done
From :
http://lab.artlung.com/unix-batch-file-rename/
__________________
|
Developer of
Horizontal-Call
-
Call your contacts, fast!
|
|
Reverse SSH
-
access your N900 from anywhere, anytime
|
|
Using Samsung Galaxy S GT-i9000 and Nokia N900
|
|
DonateMe
-
If you feel I helped you in a very good way, feel free to donate
|
Quote & Reply
|
The Following User Says Thank You to eitama For This Useful Post:
vectorspace
eitama
View Public Profile
Send a private message to eitama
Find all posts by eitama