Skip to content

NCDU crawler for systems which only have `ls -lR` available

License

Notifications You must be signed in to change notification settings

borevitzlab/ls2ncdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls2ncdu

Parser for systems which only have ls -lR available

JSON format ref: https://dev.yorhel.nl/ncdu/jsonfmt

Install

pip3 install --user ls2ncdu
ls2ncdu --help

Usage

Output is written to stdout. Takes output from ls -lR. The resulting .json file is readable by ncdu -f

Example usage for NCI massdata:

mdss ls -lR | ls2ncdu.py > mdss_files.json
ncdu -f mdss_files.txt

About

NCDU crawler for systems which only have `ls -lR` available

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages