sponge(1): initial commit

sponge(1) is a utility that reads input until
complete, then opens the output file, then
writes to it. This makes it useful in pipelines
that read and write to the same file.

Reviewed by:	wblock, jilles, imp, cem, danfe (all: various iterations)
Inspired by:	https://joeyh.name/code/moreutils/
This commit is contained in:
Eitan Adler
2017-12-05 03:55:10 +00:00
parent 4a51c7085e
commit 7202e5e8f6
8 changed files with 351 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"type": "spelling"
},
"chmod": {
"type": "chmod"
"type": "chmod",
"exclude": "(/tests/)"
},
"merge-conflict": {
"type": "merge-conflict"