Revision history of "du examples"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:50, 18 January 2014Nighthawk (Talk | contribs). . (282 bytes) (+282). . (Created page with " # du -sh 64G . # du -s * | awk '{s+=$1} END {print s " / " 1048576 }' | bc -l | awk '{ printf ("%.2f%s\n",$1," GB") }' 63.98 GB # du -s *.log | awk '{s+=$1} END {pri...")