7.12.03
22:41 Linux know how (
,
,
,
)
Linux: you want to know which rpm pakets are installed, ordered by size:
rpm -qa --queryformat '%{SIZE}\t %{NAME}\n' | sort -n
You want to know the space is in each directory, ordered by space:
du / | sort -n | tail --lines=20
posted by Jean-Marc Autexier |
0 comments | Permalink | Send to Friends | Google it!
|