better
This commit is contained in:
parent
b2cb60d63c
commit
8f92680df3
@ -3,5 +3,9 @@
|
|||||||
for file in $(for path in $(printf '%s\n' "$PATH" | tr ':' "\n")
|
for file in $(for path in $(printf '%s\n' "$PATH" | tr ':' "\n")
|
||||||
do walk -n "$path"
|
do walk -n "$path"
|
||||||
done)
|
done)
|
||||||
do scrut -d "$file" || printf '%s\n' "$file"
|
do scrut -d "$file" \
|
||||||
done
|
|| printf '%s\n' "$file"
|
||||||
|
done \
|
||||||
|
| sed 's:.*\/::' \
|
||||||
|
| sort \
|
||||||
|
| uniq
|
||||||
|
Loading…
Reference in New Issue
Block a user