I\'m trying to check with Disk Usage tool how big are my home directory folders but it also prints out folders and files starting with dot.
I can\'t seem to filter them
If running du with no specified path (current dir), use this:
du
du -h --exclude "./.*"