home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
264a.lha
/
UnixUtil
/
Trunc.doc
< prev
next >
Wrap
Text File
|
1989-07-09
|
772b
|
28 lines
TRUNC USER COMMANDS TRUNC
NAME
trunc - delete trailing white space
SYNOPSIS
trunc [-md|mc] [-lc n] [-lm n] [-rc n] [ filename ... ]
DESCRIPTION
trunc deletes trailing whitespace from filenames, or in
the standard input if no filename appears. It also performs
some simple formatting and converts/deletes carriage returns
at the ends of lines.
OPTIONS
options must be psecified individually (cannot be combined)
-mc convert CR's to LF's in filename ...
-md remove CR's from filename ...
-lc n the leftmost column to copy is n
-lm n insert a left margin of n blanks
-rc n the rightmost column to copy is n
BUGS
The -lc, -lm, and -rc options do not work well with files
containing tabs.