Thread
:
Find Disk Usage & Free Space Using du & df
View Single Post
dearvivekkumar
Go4Expert Member
10Jul2012,12:01
Hi,
Code:
du -ahc --exclude='*.png'
If I want to excludes more than one type (for example *.png and *.c")
Can you please let me know how will I achieve that?
Thanks