How to sort the result of du -h command August 30, 2022 by Yujin Boby To sort the result of “du -h” command, you can use du -h –max-depth=1 | sort -h If you want to list…