Revision 1 as of 2011-06-24 17:48:31

Clear message

UNIX commands and Notes

Summarize the size of a group of gz files:

ls -l *.gz | awk '{sum += $5} END {print sum}'