Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ssp(1) — HP-UX 7.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

cat(1)

rmnl(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 standard 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 like

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(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). 

Hewlett-Packard Company  —  HP-UX Release 7.0: Sept 1989

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026