unshi program

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

{version = 1.05; (* of unshi.p 1994 sep 6}

(* begin module describe.unshi *)
(*
name
 unshi: remove first column of characters from a file

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

files
 fin: the file to be unshifted
 fout: the unshifted file
 output: messages to the user

description
 the unshi program reverses the effects of the shift program
 by removing the first character of each line in a file.

see also
 shift.p

author
 patrick r. roche

bugs
 none known yet silly us

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