linux poison RSS
linux poison Email

How to rename all files in directory at once

wget -c http://easylinux.info/uploads/mvb_1.6.tgz
tar zxvf mvb_1.6.tgz -C /usr/share/
chown -R root:root /usr/share/mvb_1.6/
ln -fs /usr/share/mvb_1.6/mvb /usr/bin/mvb

To rename all files in directory at once

mvb NEW_NAME


1 comments:

kgas said...

other alternatives..
cli : mmv
gui : gprename

Post a Comment

Related Posts with Thumbnails