Linux

How to do stuff in Linux with a slant towards Ubuntu Linux and Linux Mint variants

Linux: Rename multiple files with pattern-matching

rename 's/searchpattern/replacepattern/' fileglob

Use -n option to do a dry run.

Not available as standard in all Linux flavors.

6 / 2024