diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-29 23:31:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:05 +0700 |
commit | 5852d24b3f52141f91f9f02cb8bc251d1ea794f9 (patch) | |
tree | 575d7890f934856949a9b36593e7f3533345e16f /system/hungrycat/README | |
parent | 034798391ba47550f5b4eb5ccde185c4cb923346 (diff) |
system/hungrycat: Added ('cat' and 'rm' in a single tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/hungrycat/README')
-rw-r--r-- | system/hungrycat/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/hungrycat/README b/system/hungrycat/README new file mode 100644 index 0000000000000..15b01421d4a56 --- /dev/null +++ b/system/hungrycat/README @@ -0,0 +1,7 @@ +hungrycat ('cat' and 'rm' in a single tool) + +hungrycat is a tool that prints contents of a file on the standard output, +while simultaneously freeing disk space occupied by the file. It can be +useful if you need to process a large file, but you don't have enough +space to store the output file and you wouldn't need the input file +afterwards. |