diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-17 17:13:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-17 17:13:39 +0000 |
commit | 7c3694dfbc21cc407c7319c49eb7f1dda4214467 (patch) | |
tree | 1f7878b0e2b2bacc8c0977a2642ab40b2d9bd8f8 /misc/granulate/pkg-descr | |
parent | 9bd4d8a3a3f2e610aea128c380eb60c3712d31e2 (diff) | |
download | FreeBSD-ports-7c3694dfbc21cc407c7319c49eb7f1dda4214467.zip FreeBSD-ports-7c3694dfbc21cc407c7319c49eb7f1dda4214467.tar.gz |
add granulate, a program for splitting files in place
Diffstat (limited to 'misc/granulate/pkg-descr')
-rw-r--r-- | misc/granulate/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/granulate/pkg-descr b/misc/granulate/pkg-descr new file mode 100644 index 0000000..87512af --- /dev/null +++ b/misc/granulate/pkg-descr @@ -0,0 +1,6 @@ +Granulate is a program for splitting files in place. The program +serves a purpose similar to the standard UNIX split, but differs in +one important way. For split to operate on a 40MB file, you must have +more than 40MB of free space on the disk. On the other hand, +granulate only needs one chunk of free space on the hard drive, where +a chunk is the requested size for the output files. |