index

Recherche

Voici les résultats de votre recherche.

redirection
11 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 operands. If you have to use operands (e.g. filenames to redirect to) that contain spaces you **must**... scriptions) is used. ^Syntax^Description^ |''FILENAME''|references a normal, ordinary filename from the
quoting
3 Occurrences trouvées, Dernière modification :
for pattern matching * tilde expansion * pathname expansion * process substitution Everything el... '*'' as argument. It will, unless you have a file named ''*'', spit out an error. <code> echo "Your PAT... see that there is in fact a binary file with that name. So if we were writing this as a test command it
positional-parameters
11 Occurrences trouvées, Dernière modification :
he_first_argument | the first argument]]| |''$FUNCNAME''| the function name (__**attention**__: inside a function, ''$0'' is still 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
obsolete
6 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... d side-effects like the value of ''IFS'', and the names of files in the current working directory. You c
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
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1