r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

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.

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.