Ken Moffat wrote: > Chong Yu Meng wrote: > >> is there a command for locating >> the directory taking up the most disk space? >> >> > cd / > du -a | sort -nr | less > this will show biggest first, and allow arrow key scrolling down the > list. Shows files and directories. > or du -m | sort -nr | less -- ken