UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: shChapter 2
UNIX Commands
Next: Reference: shutdown
 

shl

shl

Control more than one shell (layer) from a single terminal. From the shl prompt level, you can issue the commands listed below (abbreviating them to any unique prefix if desired). The name text string should not exceed eight characters. See also layers.

block name [name2...]

Block the output for each layer name (same as stty loblk).

create [name]

Create the layer name (no more than seven total).

delete name [name2...]

Delete the layer name.

help or ?

Provide shl command syntax.

layers [-l] [name...]

Print information about layers. -l provides a ps-like display.

name

Make layer name be the current level.

quit

Exit shl and kill all the layers.

resume [name]

Return to latest layer or to layer name.

toggle

Flip back to the previous layer.

unblock name [name2...]

Do not block output for each layer name (same as stty -loblk).


Previous: Reference: shUNIX in a Nutshell: System V EditionNext: Reference: shutdown
Reference: shBook IndexReference: shutdown

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System