mirror of https://github.com/cheat/cheat.git
Ncdu cheatsheet
This commit is contained in:
parent
20d985d993
commit
6a9422502a
|
@ -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-
|
Loading…
Reference in New Issue