du –exclude
if I want to do a “du” command, and want to exclude certain folders (like /mnt in my case) I would run this while at root level, in the root folder.
#du -hs –exclude=’mnt’ *
: stay hungry, stay foolish :
if I want to do a “du” command, and want to exclude certain folders (like /mnt in my case) I would run this while at root level, in the root folder.
#du -hs –exclude=’mnt’ *