tabify program

Documentation for the tabify program is below, with links to related programs in the "see also" section.

{   version = 1.01; (* of tabify.p 2007 Aug 06}

(* begin module describe.tabify *)
(*
name
   tabify: convert space delimited table to tab delmiters

synopsis
   tabify(input: in, output: out)

files

   input: file with space delimiting

   output: file with tab delimiting

description

   The xyplo and other programs in the Delila system use spaces
   to delimit tables.  Any number of spaces are allowed.  However,
   sometimes we would like to read a table into a word processor
   or spread sheet.  Tab delimiters make this easier.

examples

documentation

see also

   Related method:  rembla.p rb.p

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.tabify *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}