Renaming Multiple files at Once

 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

Comments

Popular posts from this blog

Kubernetes || Remove Namespace stuck in terminating state after delete

How to take JVM Heap Dump using jmap

How to reset mongodb rootadmin password ??