Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Motorola System V 88k Release 3.2 Version 1.2C

Media Vault

Software Library

Restoration Projects

Artifacts Sought



  PATHCONV(1(
F
)
F
orm and Menu Language Interpreter UtilitiP
e
A
s
)
T
HCONV(1F) NAME pathconv - search Interpreter criteria for filename SYNOPSIS pathconv [-v alias] [-f] [-t] DESCRIPTION The pathconv command is used to convert an alias to its pathname. It takes the alias as a string from stdin. The -v option allows the alias to be embedded in the command string. The -t option implies that pathconv should expand the alias in a format suitable for display as a frame title. This format is a shortened version of the full pathname, created by deleting components of the path from the middle of the string until it is under 42 characters in length, and then inserting "..." between the remaining pieces. The -f option means return the full path (this is the default). EXAMPLES Here is a menu that is titled using pathconv: menu=`pathconv -t -v $ARG1` . . . This will result in the same thing: Menu=`echo $ARG1 | pathconv -t` . . . SEE ALSO echo(1F) Page 1 May 1989

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026