that some of the menus and scripts require upper case script or
txtfile filenames and it's extremely inconsistent. I was hoping
there was a way to create a symbolic link from lower case file names
to upper case filenames, so that I wouldn't have to worry about
that. It wouldn't need to be recursive.
Google Was my friend. I found:
shopt -s extglob
for file in *?([:upper:])* ; do
ln -s "$file" "${file,,}"
done
shopt -s extglob
for file in *?([:upper:])* ; do
ln -s "$file" "${file,,}"
done
Sysop: | Saxainden |
---|---|
Location: | Littleton, CO |
Users: | 30 |
Nodes: | 10 (0 / 10) |
Uptime: | 14:10:55 |
Calls: | 357 |
Calls today: | 2 |
Messages: | 37,313 |