0

du command : how to skip a directory

how can i use the skip option (for a particular directory) while i reading size of some directoire, i use du command to check the size of a directory

gibbson
asked Jan 17, 2018
1 Answer
0

run the below command to exclude a file or directory

du -sh --exclude=file_name
View More
parthiban
answered Jan 22, 2018
Your Answer
||||
 
100:0