root / trunk / util / catdir.sh
| Revision 218, 159 bytes (checked in by saurik, 7 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | cd "$1" |
| 3 | shift |
| 4 | find -H "$@" -type l -printf '%p -> %l\n' -o -printf '%p (%U/%G/%#m)\n' | sort |
| 5 | find -H "$@" -type f -print0 | sort -z | xargs -0 cat |
Note: See TracBrowser
for help on using the browser.
