Soak up all input from stdin and write it to a file or stdout
Go to file
Trevor Slocum 2995123d16 Renew LICENSE 2020-01-28 15:55:09 -08:00
.gitignore Initial commit 2019-06-17 21:39:33 -07:00
.gitlab-ci.yml Update CI script 2020-01-28 15:55:02 -08:00
LICENSE Renew LICENSE 2020-01-28 15:55:09 -08:00
README.md Update CI script 2020-01-28 15:55:02 -08:00
go.mod Migrate to GitLab 2020-01-23 07:37:37 -08:00
main.go Migrate to GitLab 2020-01-23 07:37:37 -08:00

README.md

sponge

GoDoc CI status Donate

Soaks up all input from stdin and writes it to a file or stdout. Pipelines reading from and writing to the same file may be safely constructed.

grep [...] log.txt | sponge log.txt

Installation

go get gitlab.com/tslocum/sponge

Usage

sponge [-a] [file]: soak up all input from stdin and write it to [file] or stdout

Support

Please share issues and suggestions here.

Credits

sponge was originally written in C by Tollef Fog Heen.