Skip to content

jar02014/dtree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
Program to give size of each subdirectory in a directory tree, given a list of
each file (with full path) and file size.

Example:
   zcat short.sample.input.gz  | ./dtree.py -m100G - /gpfs/scratchfs1 3 2 1  > sample.output

About

Scan list of file path info (file path, date, size) and find directories that are older and larger then target values

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages