Skip to content

Instantly share code, notes, and snippets.

@NeoHBz
Created September 22, 2022 10:18
Show Gist options
  • Save NeoHBz/5194db4ab36f1fce31a3a6c874653afd to your computer and use it in GitHub Desktop.
Save NeoHBz/5194db4ab36f1fce31a3a6c874653afd to your computer and use it in GitHub Desktop.
batch rename files with regex pattern
sudo apt install rename
# remove `-n` for the script to actually work
rename -n 's/^\[https.*\]_(.*)/${1}/' *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment