1.
Le shell KSH
string strings are not equal number -eq number numbers compare equal Korn shell January 1988 1 TEST(1) USER COMMANDS TEST(1) number -ne number numbers ...
2.
Les Soldes Informatiques
- [ Translate this page ]Comment faire des bonnes affaires avec du matériel informatique tout l'année.
3.
Le shell KSH
bin/ksh spécifie le shell qui va être appelé pour executer le script. On peut aussi spécifier en lancant: ksh <nom du script>. ...
4.
Le shell KSH
usr/bin/ksh # teste le nb de paramètres if [ $# -eq 1 ] then # teste le type du ... usr/bin/ksh if [ $# -eq 2 ] then for mot in $2 $2.o $2.h $2.c do if [ -f ...
5.
Le shell KSH
Even on systems where the exec() family does not support #! notation for scripts, ksh can be configured to fake it. There are several built-in commands. ...
6.
Le shell KSH
usr/bin/ksh # teste le nb de paramètres if [ $# -eq 1 ] then # teste le type du fichier if test -f $1 then echo "OK" else echo "Mauvais type ou introuvable" ...
7.
Le shell KSH
Voici un peu d'info sur le shell KSH, quelques définitions, des exemples etc. .... ${#var} The length of the string value of var, or the number of arguments ...
8.
Le shell KSH
usr/bin/ksh if [ $# -eq 2 ] then for mot in $2 $2.o $2.h $2.c do if [ -f $1/$mot ... usr/bin/ksh ## pour le separateur IFS=: for i in $PATH do echo $i/$1 if ...
9.
Le shell KSH
Printed 9/14/93 January 1988 4 KSH(1) USER COMMANDS KSH(1) Command is executed as a .... Interactive Input Line Editing When the emacs option is set, ...
10.
Le shell KSH
Printed 9/14/93 January 1988 3 KSH(1) USER COMMANDS KSH(1) Expressions Expressions can be used with the let command, as numeric arguments to the test ...