skip to main
|
skip to sidebar
Thursday, March 26, 2009
Linux: sort your folder by size
In case you need to sort your folders by size, in Linux, you can use the following command:
du --max-depth=1 /home/ | sort -n -r
of course replace '
/home/
' with your desired folder.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
linux
(6)
php
(3)
time tracking
(3)
robot19
(2)
todo
(2)
SuSE
(1)
benchmark
(1)
blob
(1)
book
(1)
books
(1)
carriage return
(1)
console
(1)
cvs
(1)
editor
(1)
email
(1)
file system
(1)
framework
(1)
general
(1)
header
(1)
html form
(1)
http
(1)
java
(1)
javascript
(1)
jrunscript
(1)
line feed
(1)
linux networking
(1)
mysql
(1)
netbeans
(1)
new line
(1)
open source
(1)
opensuse
(1)
oreilly
(1)
orm
(1)
punchy
(1)
samba
(1)
scite
(1)
sql
(1)
sqlarity
(1)
support
(1)
testing
(1)
virtualbox
(1)
windows
(1)
Links
Web-based diagram editor
time tracking software
My Blog List
FlairBuilder
FlairBuilder – Welcome the new builder in town!
4 years ago
Blog Archive
►
2010
(15)
►
November
(2)
►
September
(2)
►
August
(1)
►
July
(1)
►
May
(2)
►
March
(2)
►
February
(4)
►
January
(1)
▼
2009
(8)
►
August
(2)
►
June
(1)
►
May
(2)
▼
March
(3)
Linux scan for open ports
Linux: sort your folder by size
Why automate your business?
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.