Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pexpand(1) [debian 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)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix basic commands

I need a sheet with the basic unix commands , and commands for VI editor. Does anyone know where i can get them. (3 Replies)
Discussion started by: Peter Spellman
3 Replies

2. UNIX for Dummies Questions & Answers

Unix Commands

Where can I get a list of basic commands ? I want to get up to speed as soon as possible ? thanks..... (4 Replies)
Discussion started by: drukkie
4 Replies

3. UNIX for Dummies Questions & Answers

some commands:

A junior member (F.O.G.) sent a question in about commands, and a member (jaru) responded with a list of commands. His list is great and helps me as well, thank you. However, where and how did raju get this list. As you can tell I am new this also. I used VMS years ago, and as I remember you... (4 Replies)
Discussion started by: jamin
4 Replies

4. UNIX for Advanced & Expert Users

use two unix commands to solve the following problem

Hi, all, The following commands could compute the 10 most frequent bigrams from a input sequence which is in a file infile. I would like to know whether there is somebody who can use only two unix commands to do the same work. -------------------- tr " " "\012*" <infile >out1 tail +2... (3 Replies)
Discussion started by: vicky20000
3 Replies

5. Solaris

Required list of all basic commands for a beginners

I want the commands list to view only files, and only directories and all the basic commands for a beginner of solaris (1 Reply)
Discussion started by: omsingh2k5
1 Replies

6. Shell Programming and Scripting

How to Parse a Prompt?

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)
Discussion started by: april
1 Replies

7. Shell Programming and Scripting

Help needed with basic search

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)
Discussion started by: tryintolearn
7 Replies

8. UNIX for Dummies Questions & Answers

Unix and Linux Commands

Hi All I have found that few basic commands in unix have the same syntax in linux as well. I need those commands which differ on Linux platform, with some more advanced options.. For example... awk, sed, tr ... and some more commands with advanced options. I am trying to search on the linux... (1 Reply)
Discussion started by: vee_789
1 Replies

9. UNIX for Dummies Questions & Answers

Vi % commands

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)
Discussion started by: MaindotC
4 Replies

10. Infrastructure Monitoring

Tuxedo server monitoring

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)
Discussion started by: selva1587
0 Replies

11. UNIX for Beginners Questions & Answers

Browse in commands

Hi, On Linux Linux 3.10.0-693.21.1.el7.x86_64 How to enable : history-search I did the following without success: in my .inputrc, like so: "\e And .profile: export INPUTRC=~/.inputrc Thanks. (1 Reply)
Discussion started by: big123456
1 Replies