diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-24 20:39:09 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-24 20:39:09 +0100 |
| commit | 38dbffd816a23d5aab1df74a37da48701f831321 (patch) | |
| tree | 2126296a6e8a5b26f709c34410779eddade621b9 /ucase.sh | |
| parent | d1b1d274216b5c3e0011544f3c74a23744776f87 (diff) | |
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 |
