Code:8.0K ./dm 880.0K ./bwdpi 8.0K ./err_rules 4.0K ./asusdebuglog 4.0K ./ppp 332.0K ./.diag 0 ./asusfbsvcs 24.0K ./db 8.0K ./avahi 12.0K ./asdfile 0 ./netool 16.0K ./nc 0 ./inadyn.cache 0 ./share 0 ./notify 0 ./mnt 4.0K ./home 0 ./var 332.0K ./etc 0 ./confmtd 1.9M .
I'll try it again after a few days.
After 14 hours, increase in ./diag from 332K to 1.5M and in . from 1.9M to 3.1M
Code:
12.0K ./asdfile
8.0K ./dm
880.0K ./bwdpi
8.0K ./err_rules
4.0K ./asusdebuglog
4.0K ./ppp
1.5M ./.diag
0 ./asusfbsvcs
24.0K ./db
8.0K ./avahi
0 ./netool
16.0K ./nc
0 ./inadyn.cache
0 ./share
0 ./notify
0 ./mnt
4.0K ./home
0 ./var
332.0K ./etc
0 ./confmtd
3.1M .
From now on, Ill be using the format suggested by @Martinski. Then . becomes /tmp and ./.diag becomes /tmp/.diag. Outoput is in kilobytes.
Code:
du -xk -d 1 /tmp | sort -nrt ' ' -k 1 | grep -v "^0"
Tue Jan 24 08:09:57 EST 2023
Code:
3224 /tmp
1516 /tmp/.diag
880 /tmp/bwdpi
332 /tmp/etc
24 /tmp/db
16 /tmp/nc
12 /tmp/asdfile
8 /tmp/err_rules
8 /tmp/dm
8 /tmp/avahi
4 /tmp/ppp
4 /tmp/home
4 /tmp/asusdebuglog