[kanchilug] 1D1C - troff

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx, ilugd@xxxxxxxxxxxxxxxxxxxx
  • Date: Tue, 11 Apr 2023 06:00:00 +0530

troff - it performs typesetting functions and formats documents

Troff the input file
$ troff example.txt

troff command
$ troff
Hello world!
^D

To pipe the output of troff
$ troff > output
Welcome to Linux world
^D

To append the output of troff
$ troff >> output
Welcome to python
^D



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - troff - Dhanasekar