mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-23 10:59:30 -07:00
v1
This commit is contained in:
3
cs.gettysburg.edu/patterns/rename.sh
Normal file
3
cs.gettysburg.edu/patterns/rename.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
find . -name '*.gif' \
|
||||
| awk 'BEGIN{ a=0 }{ printf "mv \"%s\" %d.gif\n", $0, a++ }' \
|
||||
| bash
|
||||
Reference in New Issue
Block a user