Merge pull request #280 from ybudimirov/ncdu

Ncdu cheatsheet
This commit is contained in:
Chris Lane 2016-05-29 20:59:16 -04:00
commit 905006f09c
1 changed files with 11 additions and 0 deletions

11
cheat/cheatsheets/ncdu Normal file
View File

@ -0,0 +1,11 @@
# Save results to file
ncdu -o ncdu.file
# Read from file
ncdu -f ncdu.file
# Save results to compressed file
ncdu -o-| gzip > ncdu.file.gz
# Read from compressed file
zcat ncdu.file.gz | ncdu -f-