1
0

useful script

This commit is contained in:
dtb 2024-02-28 19:33:14 -07:00
parent bff9ca6443
commit b2cb60d63c

7
followtrail Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
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