shift program

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

{version = 1.04; (* of shift 1994 Sep 5}

(* begin module describe.shift *)
(*
name
      shift: copy one file to another file, with a blank in front of each line

synopsis
      shift(fin: in, fout: out, output: out)

files
      fin: the file to be copied with shifting
      fout: the shift of fin
      output: messages to the user

description
      shift makes a copy of the file fin on the file fout, with an extra
      blank line as the first character of each line.  this is useful on
      computer systems with a line printer that uses the first character
      for carriage control.  one can then shift files, such as programs,
      before printing them.

see also

author
      thomas d. schneider

bugs
      none known

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