index

Recherche

Voici les résultats de votre recherche.

positional-parameters
6 Occurrences trouvées, Dernière modification :
he first argument]]| |''$FUNCNAME''| the function name (__**attention**__: inside a function, ''$0'' is ... ill the ''$0'' of the shell, **not** the function name)| |''$1 ... $9''|the argument list elements from ... nced as ''$0''. It is usually set to the script's name exactly as called, and it's set on shell initiali... "$0" </code> You see, ''$0'' is always set to the name the script is called with (''>'' is the prompt...
obsolete
5 Occurrences trouvées, Dernière modification :
. Use an explicit redirect instead.| |''function\ NAME()\ COMPOUND-CMD'' |''NAME()\ COMPOUND-CMD'' or ''function\ NAME\ {\ CMDS;\ }'' |This is an amalgamation between the Korn and POS... x ^ Replacement ^ Description ^ |''function\ NAME\ {\ CMDS;\ }'' |''NAME()\ COMPOUND-CMD'' |This
redirection
5 Occurrences trouvées, Dernière modification :
tors 0, 1 and 2, all connected to your terminal: ^Name^FD^Description^ |''stdin''|0|standard input strea... sure you follow this convention! Whenever you **name** such a filedescriptor, i.e. you want to redirec... s, and ''PORT'' is a valid port number or service name: redirect from/to the corresponding TCP socket| |... s, and ''PORT'' is a valid port number or service name: redirect from/to the corresponding UDP socket|
check-script
2 Occurrences trouvées, Dernière modification :
cho "Evaluate *.py statistics" FILES=$(find $DIR -name '*.py' | wc -l) LINES=$((find $DIR -name '*.py' -print0 | xargs -0 cat) | wc -l) echo "PYTHON FILES: $F
quoting
1 Occurrences trouvées, Dernière modification :
see that there is in fact a binary file with that name. So if we were writing this as a test command it
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1