Home Theory News Documentation Download Bio |
Builtin mpsh commands all display usage with "-h", and generally
use the following options, as appropriate:
-s show (formatted for easy reading) All internal mpsh commands: . Execute script in the current shell:
mpsh$ . file alias
mpsh$ alias mpsh$ alias -s mpsh$ alias -q mpsh$ alias -d name mpsh$ alias -c cd Change directory:
mpsh$ cd mpsh$ cd dir mpsh$ cd !str mpsh$ cd !n mpsh$ cd ! Show or clear directory history:
mpsh$ cd -s mpsh$ cd -c
exit
fg
Resume a stopped job:
history
Show history:
Clear history:
jobs
Show jobs:
Delete one job:
macro
setenv
Set environment variable:
Show environment variable command aliases:
Show mpsh internal settings:
Show mpsh job handlers:
Delete environment variable (any type):
Clear environment variables, command alias variables, job handlers,
or reset internal settings to defaults:
show-path
wait
|