To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

 

Index ( en )

Last modification : -

// 2009/03/19 16:50 / 82.243.76.43
  1. What is it ?
  2. Installation and configuration
    1. Installation
    2. How to run MSH
    3. Configuration
  3. Comments
  4. Variables
    1. Variables syntax
    2. Setting a variable
    3. Unsetting a variable
    4. Special variables
  5. Syntax
    1. Block structures
      1. if ... then ... else ... fi
      2. case ... in : ... ;; esac
      3. while ... do ... done
      4. until ... do ... done
  6. Internal commands
    1. addpath: add to PATH
    2. alias: create an alias
    3. bc: the basic calculator
    4. call: run script file
    5. callr: run encrypted script file
    6. cd: change directory
    7. clear: clear screen
    8. env: the environment dump
    9. exec: redefine standard stream
    10. exit: quit the shell
    11. expr: the arithmetic expressions evaluator
    12. fc: print the commands history
    13. getch: wait keyboard press
    14. jobs: print running jobs
    15. kill: stop running job
    16. lib:: run external library
    17. print: print the command-line to the screen
    18. prompt: set the command prompt
    19. pwd: print current directory
    20. read: wait for a keyboard input
    21. rem: here it is a comment
    22. set: define a variable
    23. shift: switch command line parameters
    24. system: run external command
    25. test: test arithmetics expression
    26. typeset: another way to set variable
    27. unalias: delete an alias
    28. unset: delete a variable
    29. wait: wait for running command
    30. !: almost like system command
Alias

History

Functions

Internal libraries

To go further

Credits