Post History
ncdu does that. from ncdu --help: -o FILE Export scanned directory to FILE -f FILE Import scanned directory from FILE You can start it with any direc...
Answer
#2: Post edited
- `ncdu` does that.
- from `ncdu --help`:
- ```
- -o FILE Export scanned directory to FILE
- -f FILE Import scanned directory from FILE
- ```
You can start it with any directory you want, skip unwanted mounts, even delete files and folders directly from inside the program.
- `ncdu` does that.
- from `ncdu --help`:
- ```
- -o FILE Export scanned directory to FILE
- -f FILE Import scanned directory from FILE
- ```
- You can start it with any directory you want, skip unwanted mounts, even delete files and folders directly from inside the program.
- ----
- After some tests: consecutive runs of `ncdu -o file` update the file, and pretty fast. A simple script that runs `ncdu -o file $1; ncdu -f file` should be quite usable.