Skip to content

Command line tool that calculates size of nested folders.

Notifications You must be signed in to change notification settings

tancred/foldersize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Usage: foldersize [ OPTIONS ] [ base ... ]

  ``base'' is the name of a directory that will be sized
    according to the specified depth.

  OPTIONS are zero or more of the following

  --depth depth, -d depth
    ``depth'' is the folder depth at which the sizing of folders begins.
    For example,

      foldersize -d 2 mydir

    will size all folders in the subfolders of ``mydir'', while

      foldersize mydir

    will size ``mydir'' itself, i.e., the default depth is 0.

  --sort-size, -s
    Specifies that the output should be sorted by size rather than name.

  --reverse, -r
    Reverses the output order.

About

Command line tool that calculates size of nested folders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages