Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
zadca123
/
Scripts
mirror of
https://gitlab.com/zadca123/Scripts
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
Scripts
/
bin
/
mv-regex.sh
mv-regex.sh
101 B
Permalink
History
Raw
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail # bash strict mode
shopt -s extglob
mv +([0-9])x+([0-9])* "$@"