Return to Snippet

Revision: 30423
at August 13, 2010 13:58 by freephys


Initial Code
find . -type f -mtime -30 -exec ls -l {} \; | awk '{ s+=$5 } END { print s }'

Initial URL

                                

Initial Description

                                

Initial Title
Find total size for some files

Initial Tags

                                

Initial Language
Bash