linux man page for sponge

Query: sponge

OS: linux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sponge(1)                                                                                                                                sponge(1)

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 constructing pipelines that read from and write to the same file. It also creates the output file atomically by renaming a temp file into place, and preserves the permissions of the output file if it al- ready exists. If the output file is a special file or symlink, the data will be written to it. If no output file is specified, sponge outputs to stdout.
AUTHOR
Colin Watson and Tollef Fog Heen 2006-02-19 sponge(1)
Related Man Pages
dbd::sponge(3) - centos
funnel(1) - debian
dbd::sponge5.18(3) - mojave
enchant_dict_quick_check(3) - php
dbd::sponge(3pm) - debian
Similar Topics in the Unix Linux Community
Warning for sponge: Technical Question via email or PM