index

Recherche

Voici les résultats de votre recherche.

obsolete
21 Occurrences trouvées, Dernière modification :
names of files in the current working directory. You can't get globbing without word-splitting, or vic... -f''). [[http://mywiki.wooledge.org/BashFAQ/050 | You can't store a command or character-delimited list... ing"; it's not, it's just a way to find the place you've //forgotten// to put error handling.\\ Think o... Perl or ''throws'' in C++: tough love that makes you write better code. Many guides recommend avoiding
redirection
21 Occurrences trouvées, Dernière modification :
diagnostic- and error-messages on ''stderr''. If you write a script that outputs error messages, please make sure you follow this convention! Whenever you **name** such a filedescriptor, i.e. you want to redirect this descriptor, you just use the number: <c
positional-parameters
14 Occurrences trouvées, Dernière modification :
====== ===== Intro ===== The day will come when you want to give arguments to your scripts. These arg... The first argument ===== The very first argument you can access is referenced as ''$0''. It is usually... chos ''$0'': <code> #!/bin/bash echo "$0" </code> You see, ''$0'' is always set to the name the script ... o ''$1''. ===== Using them ===== Enough theory, you want to access your script-arguments. Well, here
quoting
13 Occurrences trouvées, Dernière modification :
ree forms have the very same purpose: **They give you general control over parsing, expansion and expan... ds (like interpreting ANSI-C escapes in a string) you'll meet below. :!: **ATTENTION** :!: The quote c... SAME AS ### command "my multiword argument" ### YOU NEED ### MYARG="my multiword argument" command "$... ts the literal ''*'' as argument. It will, unless you have a file named ''*'', spit out an error. <cod
check-script
4 Occurrences trouvées, Dernière modification :
t passed. </sxh> Thats all. We wrote one test. You can write more tests if you want. <code> $ ls testsuit/ foo.py main.py $ ./stat.sh testsuit/ Evalua... ems. 2 passed and 0 failed. Test passed. </code> You can find more **.bashtest** examples in the [[htt... thub.com/pahaz/bashtest | bashtest github repo]]. You can also write your question or report a bug [[ht
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1