ShredderFeeder@shredderfood.net to Selfhosted@lemmy.worldEnglish · 21 hours agoAddiction....shredderfood.netimagemessage-square52linkfedilinkarrow-up1209arrow-down14file-text
arrow-up1205arrow-down1imageAddiction....shredderfood.netShredderFeeder@shredderfood.net to Selfhosted@lemmy.worldEnglish · 21 hours agomessage-square52linkfedilinkfile-text
minus-squarejustme@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·8 hours agonever saw the s argument and was curious what’s the difference to d. man pages are way ahead of me ^^ --max-depth=0 is the same as --summarize
minus-squareShredderFeeder@shredderfood.netOPlinkfedilinkEnglisharrow-up4·6 hours agoSo just did a couple of experiments… sudo su -sh /home - returns permission denied errors on certain NAS subdirectories, but not a lot. du -sh /home --summarize -returns the same errors. du -sh --max-depth=0 - returns the same errors plus an error saying that using --max-depth=0 is the same as --summarize. ;-) for the purposes of what I was doing (creating a clip for posting) redirecting stderr to null was the best option. But I learned a few things today, which is cool. ;-)
minus-squarejustme@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·5 hours ago But I learned a few things today, which is cool. ;-) that is always the most important. thanks for sharing!
minus-squareShredderFeeder@shredderfood.netOPlinkfedilinkEnglisharrow-up2·6 hours agoNow I need to try that.
never saw the s argument and was curious what’s the difference to d. man pages are way ahead of me ^^
So just did a couple of experiments…
sudo su -sh /home - returns permission denied errors on certain NAS subdirectories, but not a lot.
du -sh /home --summarize -returns the same errors.
du -sh --max-depth=0 - returns the same errors plus an error saying that using --max-depth=0 is the same as --summarize.
;-) for the purposes of what I was doing (creating a clip for posting) redirecting stderr to null was the best option.
But I learned a few things today, which is cool. ;-)
that is always the most important. thanks for sharing!
Now I need to try that.