Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tc(1) [bsd man page]

TC(1)							      General Commands Manual							     TC(1)

NAME
tc - photoypesetter simulator SYNOPSIS
tc [ -t ] [ -sN ] [ -pL ] [ file ] DESCRIPTION
Tc interprets its input (standard input default) as device codes for a Graphic Systems phototypesetter (cat). The standard output of tc is intended for a Tektronix 4015 (a 4014 terminal with ASCII and APL character sets). The sixteen typesetter sizes are mapped into the 4014's four sizes; the entire TROFF character set is drawn using the 4014's character generator, using overstruck combinations where necessary. Typical usage: troff -t file | tc At the end of each page tc waits for a newline (empty line) from the keyboard before continuing on to the next page. In this wait state, the command e will suppress the screen erase before the next page; sN will cause the next N pages to be skipped; and !line will send line to the shell. The command line options are: -t Don't wait between pages; for directing output into a file. -sN Skip the first N pages. -pL Set page length to L. L may include the scale factors p (points), i (inches), c (centimeters), and P (picas); default is picas. '-l w' Multiply the default aspect ratio, 1.5, of a displayed page by l/w. SEE ALSO
troff(1), plot(1G) BUGS
Font distinctions are lost. tc's character set is limited to ASCII in just one size. The aspect ratio option is unbelievable. 7th Edition April 29, 1985 TC(1)

Check Out this Related Man Page

TC(1)							      General Commands Manual							     TC(1)

NAME
tc - photypesetter simulator SYNOPSIS
tc [ -t ] [ -sN ] [ -pL ] [ file ] DESCRIPTION
Tc interprets its input (standard input default) as device codes for a Graphic Systems phototypesetter (cat). The standard output of tc is intended for a Tektronix 4015 (a 4014 teminal with ASCII and APL character sets). The sixteen typesetter sizes are mapped into the 4014's four sizes; the entire TROFF character set is drawn using the 4014's character generator, using overstruck combinations where necessary. Typical usage: troff -t file | tc At the end of each page tc waits for a newline (empty line) from the keyboard before continuing on to the next page. In this wait state, the command e will suppress the screen erase before the next page; sN will cause the next N pages to be skipped; and !line will send line to the shell. The command line options are: -t Don't wait between pages; for directing output into a file. -sN Skip the first N pages. -pL Set page length to L. L may include the scale factors p (points), i (inches), c (centimeters), and P (picas); default is picas. '-l w' Multiply the default aspect ratio, 1.5, of a displayed page by l/w. SEE ALSO
troff(1), plot(1) BUGS
Font distinctions are lost. The aspect ratio option is unbelievable. TC(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting output on the behalf of a character

Hi all, I want to get show an entire line of a output on the behalf of a single character. Hope, its easy but not for me. I am giving an example of my task: -rw-r--r-- 1 dtiwari_x mkpasswd 0 Dec 30 19:02 =5 -rw-r--r-- 1 dtiwari_x mkpasswd 61952 Jan 7 18:32 Customizing the... (3 Replies)
Discussion started by: naw_deepak
3 Replies

2. Shell Programming and Scripting

New page character 0x0C vs 0x0D

Is there a way to substitute ina file a 0x0C (new page!) character into a 0x0D (carriage return)? Thank you, Sarah (3 Replies)
Discussion started by: f_o_555
3 Replies

3. Shell Programming and Scripting

Concatenating words without spaces.

Hi All, I have written a C program to solve this problem but I am eager to know whether the same output can be obtained using sed or awk? This is the input: star ferry computer symbol prime time This is the output: starferry ferrycomputer computersymbol symbolprime primetime (7 Replies)
Discussion started by: shoaibjameel123
7 Replies

4. Shell Programming and Scripting

awk or other way to find out number of occurrence of 7th character

Hi all, I am looking for to filter out based on 7th character and list the number of occurrence based on the 7th character if p , d , o or m 1. if 7th character is p , Output should be: p_hosts = N 2. if 7th character is d , Output should be: d_hosts = N 3. if 7th character is o , Output... (10 Replies)
Discussion started by: rveri
10 Replies