To set tab stops for editing FORTRAN programs on
an xterm
, use the following tabs
command:
tabs -f --terminal=xterm
Another example: a source file of FORTRAN program may contain its own tab specification on its first line:
C <: t1,7,11,15,19,23,72 :>
Before editing this file, the tabs
command can be used to set
tab stops to columns this file expects:
tabs --Sample.f
Go to the first, previous, next, last section, table of contents.