HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

ncdu: additional example #120

Open HenrikBengtsson opened 5 months ago

HenrikBengtsson commented 5 months ago
$ module load CBI ncdu

## Scan current folder recursively (once; slow)
$ ncdu --one-file-system -o ncdu.cache

## Read-only browse "du" tree (instant)
$ ncdu -f ncdu.cache

## Browse "du" tree with option to delete (instant)
$ ncdu --enable-delete -f ncdu.cache