Skip to main content

All Questions

2 votes
4 answers
1k views

How to merge ls commands colors with the output of find or du?

I have a simple alias to list the size of files&folders in cwd. ( including dotfiles in this case , ignoring zero sizes ) du -sh .[!.]* * | sort -hr | grep -v '^0' which can be achieved aswell ...
Nicolai Fröhlich's user avatar