Skip to content

Commit f26fea5

Browse files
committed
Add two more commands to 0commands
1 parent f18fd10 commit f26fea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0commands.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
LINUX:
22
===========================================
33
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
46

57
SLURM:
68
===========================================

0 commit comments

Comments
 (0)