HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
s
ssp(1) ssp(1)
NAME
ssp - remove multiple line-feeds from output
SYNOPSIS
ssp
DESCRIPTION
ssp (single-space) removes redundant blank lines from the standard input and sends the result to the stan-
dard output. All blank lines at the beginning of a file are removed, and all multiple blank lines elsewhere
in the file (including end-of-file) are reduced to a single blank line.
ssp is typically used in pipelines such as
nroff -ms file1 | ssp
ssp
is equivalent to the 4.2BSD cat -s command.
To remove all blank lines from a file except at beginning of file, use rmnl (see rmnl(1)). To remove all
blank lines from a file including beginning of file, use rmnl piped to ssp,or ssp piped to rmnl.
SEE ALSO
cat(1), rmnl(1).
Section 1−−894 − 1 − HP-UX Release 11i: December 2000
___
___