Add shell script with example find command.
authorCarl Baldwin <cnb@ball.(none)>
Fri, 14 Oct 2005 03:16:24 +0000 (21:16 -0600)
committerCarl Baldwin <cnb@ball.(none)>
Fri, 14 Oct 2005 03:16:24 +0000 (21:16 -0600)
find-cmd.sh [new file with mode: 0755]

diff --git a/find-cmd.sh b/find-cmd.sh
new file mode 100755 (executable)
index 0000000..e0f812b
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+time find /server/home \
+  \( -type d -o -type f -o -type l \) \
+  -printf "%y %#m %g %u %s %CDT%CT %p\0" > list