diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/doc/detab.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/doc/detab.hlp')
-rw-r--r-- | pkg/utilities/doc/detab.hlp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/utilities/doc/detab.hlp b/pkg/utilities/doc/detab.hlp new file mode 100644 index 00000000..a84ccf5f --- /dev/null +++ b/pkg/utilities/doc/detab.hlp @@ -0,0 +1,28 @@ +.help detab Mar84 utilities +.ih +NAME +detab -- remove tab characters from a file or files +.ih +USAGE +detab files +.ih +PARAMETERS +.ls files +Template specifying files to be processed e.g. "file1" or "file*". +.le +.ls tablist = "9 +8" +String containing a list of tabstops separated by blanks or commas. +Alternatively a two element string of the form m +n will set +tabstops every n columns beginning in column m. A null string will +default to "9 +8". +.le +.ih +EXAMPLE +Remove the tabs from file "cubspl.f", using the default tab stops. + +.nf + cl> detab cubspl.f > temp + cl> delete cubspl.f + cl> rename temp cubspl.f +.fi +.endhelp |