sponge

Langue: en

Version: 2006-02-19 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

sponge - soak up standard input and write to a file

SYNOPSIS

sed '...' file | grep '...' | sponge file

DESCRIPTION

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.