PEXPAND(1) General Commands Manual PEXPAND(1)NAME
pexpand - expand requested commands in metafile
SYNOPSIS
pexpand [ +/-EPDOCSURIlrtmvsp ] file ..
DESCRIPTION
Pexpand reads each metafile file in sequence and expands any commands specified in a '+' option, and deletes any commands specified in a
'-' option. This is necessary because most drivers will not support many metafile commands such as 'v' (vector string) and 'O', 'C', and
's' (segments). Pexpand will expand '+' instances into the corresponding primitives which are supported, and delete all '-' instances.
Certain commands are currently considered basic, and must be supported by all drivers. The commands 'D', 'E', 'S', 'U', 'R', 'l', 'r', and
't' are basic (see metafile(5)).
If no input files are specified, the standard input is read.
+EPDOCSURIlrtmvsp
Expand the requested command(s).
-EPDOCSURIlrtmvsp
Delete the requested command(s).
EXAMPLE
To expand vector strings and segements, and delete pauses from "meta":
pexpand +vOCs -P meta
FILES
/usr/lib/meta/vchars.mta (see metafile(5))
AUTHOR
Greg Ward
SEE ALSO metafile(5), psort(1)RADIANCE 6/24/98 PEXPAND(1)
Check Out this Related Man Page
PEXPAND(1) General Commands Manual PEXPAND(1)NAME
pexpand - expand requested commands in metafile
SYNOPSIS
pexpand [ +/-EPDOCSURIlrtmvsp ] file ..
DESCRIPTION
Pexpand reads each metafile file in sequence and expands any commands specified in a '+' option, and deletes any commands specified in a
'-' option. This is necessary because most drivers will not support many metafile commands such as 'v' (vector string) and 'O', 'C', and
's' (segments). Pexpand will expand '+' instances into the corresponding primitives which are supported, and delete all '-' instances.
Certain commands are currently considered basic, and must be supported by all drivers. The commands 'D', 'E', 'S', 'U', 'R', 'l', 'r', and
't' are basic (see metafile(5)).
If no input files are specified, the standard input is read.
+EPDOCSURIlrtmvsp
Expand the requested command(s).
-EPDOCSURIlrtmvsp
Delete the requested command(s).
EXAMPLE
To expand vector strings and segements, and delete pauses from "meta":
pexpand +vOCs -P meta
FILES
/usr/lib/meta/vchars.mta (see metafile(5))
AUTHOR
Greg Ward
SEE ALSO metafile(5), psort(1)RADIANCE 6/24/98 PEXPAND(1)
On the command, when I type in certain commands, they will display a prompt waiting for some input. When I type in the requested input, it will display the info I requested.
For example, if I enter the telnet command, it will display a telnet prompt and wait for me to enter something.
I... (1 Reply)
hi,
im trying to find the longest word in /usr/share/dict/words that does not contain the letter i.
i've tried using the wc -L command like so: $ wc -L /usr/share/dict/words
which basically tells me the longest word which is good but how do i get the longest word which Does not contain the... (7 Replies)
How can I find a list of shortcut commands I can execute within vi using the % indicator?
For example, I can vi a file, press colon, and then type "%s/\r//g" to remove all instances of a carriage return. What else can be executed from the % prompt and what are the shortcut letters (I could type... (4 Replies)
Hi
I like to use tmadmin commands to monitor running application in tuxedo server 12c.But When i use tmadmin help command i get only meta commands.But i like to check printconn,printclient,printserver like that.But these commands are not avaialble in list.I here pasted the help command... (0 Replies)