Elektrine lite

← Feed

@zeppo@lemmy.world

Post #3986221

2026-07-21 12:55 UTC

You can do that with the find command. Also xargs is a good one to know for stuff like this, but when commands have the capacity to work on a list already like find, you don’t need xargs. You can use find -exec rename -n with a regex perhaps. I’m not a linux system currently and can’t test a snippet, but I’ll check back later if the question is still open.

Replies (1)