1
0
This commit is contained in:
dtb 2024-02-28 19:42:25 -07:00
parent b2cb60d63c
commit 8f92680df3

View File

@ -3,5 +3,9 @@
for file in $(for path in $(printf '%s\n' "$PATH" | tr ':' "\n")
do walk -n "$path"
done)
do scrut -d "$file" || printf '%s\n' "$file"
done
do scrut -d "$file" \
|| printf '%s\n' "$file"
done \
| sed 's:.*\/::' \
| sort \
| uniq