Skip to content

i n b a u d w e t r u s t

bit by bit

Month: July 2013

Finding biggest directories in linux

Posted on July 25, 2013 by admin

find . -type d -print0 | xargs -0 du -s | sort -n | tail -10 | cut -f2 | xargs -I{} du -sh {}

CategoriesLinux, Technical

Recent Posts

  • Linux Performance Analysis in 60 Seconds
  • Finding a string in many files on linux
  • ‘splain
  • Example file reaper cron
  • Quick postfix queue depth script

Recent Comments

  • Petra Müller on Working With LVM In Linux
  • speed up pc tips on How to find the scsi id of any device on linux
  • Tom on Enabling Round Robin and MPIO on vSphere4
  • grateful on Enabling Round Robin and MPIO on vSphere4

Archives

  • May 2018
  • August 2017
  • January 2016
  • December 2014
  • May 2014
  • March 2014
  • February 2014
  • October 2013
  • July 2013
  • April 2013
  • February 2012
  • April 2010

Categories

  • ESX
  • Linux
  • RHEL/OEL
  • Social
  • Technical
  • Ubuntu/Debian
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress