From: Carl Baldwin Date: Fri, 14 Oct 2005 03:16:24 +0000 (-0600) Subject: Add shell script with example find command. X-Git-Tag: release-0.4~114 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;ds=sidebyside;h=3635c96878e8ebdb83b7e00b68feb032e7c52ddb;p=backups%2F.git Add shell script with example find command. --- 3635c96878e8ebdb83b7e00b68feb032e7c52ddb diff --git a/find-cmd.sh b/find-cmd.sh new file mode 100755 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