HelterSkelter
New Member
Hi!
I have a lot of file backups line abc.txt.old or xyz.jpg.bak in several subdirs.
I can find them with (for example)
Thanks for all help!
I have a lot of file backups line abc.txt.old or xyz.jpg.bak in several subdirs.
I can find them with (for example)
Question: How do I rename them by removing the ".old"?find -name "*.txt.old"
Thanks for all help!

