diff options
Diffstat (limited to 'ucase.sh')
| -rwxr-xr-x | ucase.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ IFS=' ' +if [ "$1" ] ; then + flist=$(find . -type f -iname "*.$1") +else + flist=$(find . -type f) +fi + flist=$(find . -type f) for i in $flist ; do |
