Answers for "unix sort du output by size"

0

du sort by size linux

nohup sudo du --max-depth=1 / -h >> logdisk.txt
Posted by: Guest on August-19-2021
0

unix sort du output by size

du -sh -- * | sort -h
Posted by: Guest on March-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language