diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-28 07:20:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-28 07:20:34 +0000 |
commit | a1cc2dab8dd692c8e6b9e291f27bb263e9753155 (patch) | |
tree | a03a0005b2a6edb35d7baa35e18bd6aa92bc2f5b /sysutils/dirsize/DESCR | |
parent | d65ed0ee5d4795d7c54ac7c16c92c84ae231e331 (diff) | |
download | pkgsrc-a1cc2dab8dd692c8e6b9e291f27bb263e9753155.tar.gz |
Import dirsize from pkgsrc-wip. Packaged by Leonard Schmidt.
This tool simply outputs the aggregate size of all files in one or
more directories, defaulting to the current directory. It does not
recurse. The tool's primary purpose is for use with the shell prompt.
Diffstat (limited to 'sysutils/dirsize/DESCR')
-rw-r--r-- | sysutils/dirsize/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/dirsize/DESCR b/sysutils/dirsize/DESCR new file mode 100644 index 00000000000..33253acf5e8 --- /dev/null +++ b/sysutils/dirsize/DESCR @@ -0,0 +1,3 @@ +This tool simply outputs the aggregate size of all files in one or +more directories, defaulting to the current directory. It does not +recurse. The tool's primary purpose is for use with the shell prompt. |