I'm trying to get the size of the directories named "bak" with find and du.
I do that : find -name bak -type d -exec du -ch '{}' ;
But it returns the size for each folder named "bak" not the total.
Anyway to get them ? Thanks :)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…