Skip to content

inkel/spongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spongo: a sponge(1) replacement written in Go

The moreutils package for Linux contains a nifty utility called sponge:

sponge reads standard input and writes it out to the specified file. Unlike a shell redirect, sponge soaks up all its input before opening the output file. This allows constricting pipelines that read from and write to the same file.

If no output file is specified, sponge outputs to stdout.

Sadly I couldn't easily find it for macOS, so I tracked down the source code for moreutils and then did something similar in Go.

License

MIT.

About

A sponge(1) clone written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages