Linux tip, Fedora tip / howto: sorting rpm packages by size |
Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.
sorting rpm packages by size Especially useful when you want to clear some big useless packages to save disk space:rpm -qa --qf '%{SIZE}\t%{NAME}\n' | sort -n
|
Send me your comments!
Something didn't work as expected? You'd like to add some useful info to this tip? Use the form below to send me your comments. (Don't forget to fill out the super-lame CAPTCHA below..)