Last modification : -
|
|
// 2009/03/12 23:33 / 82.243.76.43
- What is it ?
- Installation and configuration
- Installation
- How to run MSH
- Configuration
- Comments
- Variables
- Variables syntax
- Setting a variable
- Unsetting a variable
- Special variables
- Internal commands
- addpath: add to PATH
- alias: create an alias
- bc: the basic calculator
- call: run script file
- callr: run encrypted script file
- cd: change directory
- clear: clear screen
- env: the environment dump
- exec: redefine standard stream
- exit: quit the shell
- expr: the arithmetic expressions evaluator
- fc: print the commands history
- getch: wait keyboard press
- jobs: print running jobs
- kill: stop running job
- lib:: run external library
- print: print the command-line to the screen
- prompt: set the command prompt
- pwd: print current directory
- read: wait for a keyboard input
- rem: here it is a comment
- set: define a variable
- shift: switch command line parameters
- system: run external command
- test: test arithmetics expression
- typeset: another way to set variable
- unalias: delete an alias
- unset: delete a variable
- wait: wait for running command
- !: almost like system command
Syntax
Alias
Functions
Internal libraries
To go further
Credits
|