4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
# Lowercase given files
|
||
|
perl-rename 'y/A-Z /a-z-/' "$@"
|