1
0
Fork 0
mirror of https://github.com/Erreur32/cheat.git synced 2025-01-13 16:22:03 +01:00
cheat-fork-echo/cheat/cheatsheets/ncdu

12 lines
201 B
Text
Raw Normal View History

2016-05-26 12:21:20 +02:00
# 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-