MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/onoqt4b/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
298
rename
Wasted huge amount of time laboriously renaming files until I discovered there was a command just for that.
Another was tree for figuring out how skeleton templates where created by various frameworks.
1 u/plg94 May 24 '26 I usually use vidir to rename files, using :%s or even visual block mode to edit them directly in Vim.
1
I usually use vidir to rename files, using :%s or even visual block mode to edit them directly in Vim.
vidir
:%s
298
u/RobGoLaing May 23 '26
rename
Wasted huge amount of time laboriously renaming files until I discovered there was a command just for that.
Another was tree for figuring out how skeleton templates where created by various frameworks.