projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Add shell script with example find command.
author
Carl Baldwin
<cnb@ball.(none)>
Fri, 14 Oct 2005 03:16:24 +0000
(21:16 -0600)
committer
Carl Baldwin
<cnb@ball.(none)>
Fri, 14 Oct 2005 03:16:24 +0000
(21:16 -0600)
find-cmd.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/find-cmd.sh
b/find-cmd.sh
new file mode 100755
(executable)
index 0000000..
e0f812b
--- /dev/null
+++ b/
find-cmd.sh
@@ -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