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