Renaming Multiple files at Once
#for i in *.arc;
do
mv "$i" "${i/.arc}".dbf;
done
This is just simple one. There are lots of ways to do same task. I will come with those very soon,
!Enjoy Linux
Kuldeep Sharma
#for i in *.arc;
do
mv "$i" "${i/.arc}".dbf;
done
This is just simple one. There are lots of ways to do same task. I will come with those very soon,
!Enjoy Linux
Kuldeep Sharma
No comments:
Post a Comment