Current Path : /usr/src/games/fortune/tools/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/games/fortune/tools/Do_troff |
#!/bin/csh -f # # @(#)Do_troff 8.1 (Berkeley) 5/31/93 # set file=$1 shift ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \ $* -me >& $file.tr echo troff output in $file.tr