projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add shell script with example find command.
[backups/.git]
/
find-cmd.sh
1
#!/bin/sh
2
3
time find /server/home \
4
\( -type d -o -type f -o -type l \) \
5
-printf "%y %#m %g %u %s %CDT%CT %p\0" > list