DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦bfcbda369⟧ TextFile

    Length: 643 (0x283)
    Types: TextFile
    Notes: UNIX file
    Names: »colrm.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/colrm.1« 

TextFile

.ig
	@(#)colrm.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH COLRM 1
.UC 4
.SH NAME
colrm \- remove columns from a file
.SH SYNOPSIS
.B colrm
[
startcol
[
endcol
]
]
.SH DESCRIPTION
.I Colrm
removes selected columns from a file.
Input is taken from standard input.
Output is sent to standard output.
.PP
If called with one parameter the columns
of each line will be removed starting with the specified column.
If called with two parameters the columns from the first column
to the last column will be removed.
.PP
Column numbering starts with column 1.
.SH SEE\ ALSO
expand(1)
.SH AUTHOR
Jeff Schriebman
.SH BUGS