|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
File Formats fspec(4)
NAME
fspec - format specification in text files
DESCRIPTION
It is sometimes convenient to maintain text files on the
system with non-standard tabs, (tabs that are not set at
every eighth column). Such files must generally be converted
to a standard format, frequently by replacing all tabs with
the appropriate number of spaces, before they can be pro-
cessed by system commands. A format specification occurring
in the first line of a text file specifies how tabs are to
be expanded in the remainder of the file.
A format specification consists of a sequence of parameters
separated by blanks and surrounded by the brackets <: and
:>. Each parameter consists of a keyletter, possibly fol-
lowed immediately by a value. The following parameters are
recognized:
ttabs The t parameter specifies the tab settings
for the file. The value of tabs must be one
of the following:
o A list of column numbers separated by
commas, indicating tabs set at the
specified columns.
o A '-' followed immediately by an
integer n, indicating tabs at intervals
of n columns.
o A '-' followed by the name of a
``canned'' tab specification.
Standard tabs are specified by t-8, or
equivalently, t1,9,17,25, etc. The canned
tabs that are recognized are defined by the
tabs(1) command.
ssize The s parameter specifies a maximum line
size. The value of size must be an integer.
Size checking is performed after tabs have
been expanded, but before the margin is
prepended.
mmargin The m parameter specifies a number of spaces
to be prepended to each line. The value of
SunOS 5.10 Last change: 3 Jul 1990 1
File Formats fspec(4)
margin must be an integer.
d The d parameter takes no value. Its presence
indicates that the line containing the for-
mat specification is to be deleted from the
converted file.
e The e parameter takes no value. Its presence
indicates that the current format is to pre-
vail only until another format specification
is encountered in the file.
Default values, which are assumed for parameters not sup-
plied, are t-8 and m0. If the s parameter is not specified,
no size checking is performed. If the first line of a file
does not contain a format specification, the above defaults
are assumed for the entire file. The following is an example
of a line containing a format specification:
* <:t5,10,15 s72:> *
If a format specification can be disguised as a comment, it
is not necessary to code the d parameter.
SEE ALSO
ed(1), newform(1), tabs(1)
SunOS 5.10 Last change: 3 Jul 1990 2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:27:22 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5334 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2876 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2487 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2407 hits) (Suse Linux 10.1)
|