We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18fd10 commit f26fea5Copy full SHA for f26fea5
0commands.txt
@@ -1,6 +1,8 @@
1
LINUX:
2
===========================================
3
du -hsx * | sort -rh | head -10
4
+du -a /dir/ | sort -n -r | head -n 20 # top file from each folder recursively
5
+du --inodes -S | sort -rh # folders with most files
6
7
SLURM:
8
0 commit comments