index

Recherche

Voici les résultats de votre recherche.

obsolete
38 Occurrences trouvées, Dernière modification :
== Obsolete and deprecated syntax ====== https://wiki.bash-hackers.org/scripting/obsolete This (inc... oo echo bar bar</code>| |''$[EXPRESSION]'' |''<nowiki>$((EXPRESSION))</nowiki>'' |This undocumented syntax is completely replaced by the POSIX-conforming arithmetic expansion ''<nowiki>$((EXPRESSION))</nowiki>''. It is unimplemented a
quoting
11 Occurrences trouvées, Dernière modification :
====== Quotes and escaping ====== https://wiki.bash-hackers.org/syntax/quoting {{keywords>bash shell s... ' * **strong quoting** with single-quotes: ''<nowiki>'stuff'</nowiki>'' All three forms have the very same purpose: **They give you general control over pa... he quote characters (''"'', double quote and ''<nowiki>'</nowiki>'', single quote) are a syntax element
redirection
8 Occurrences trouvées, Dernière modification :
> TARGET 2>&1 </code> Since Bash4, there's ''&<nowiki>>>TARGET</nowiki>'', which is equivalent to ''<nowiki>>></nowiki> TARGET 2>&1''. <wrap center important>This syntax is deprecated and should not be used. Se
check-script
1 Occurrences trouvées, Dernière modification :
ashtest]] tool for testing your scripts. https://wiki.bash-hackers.org/howto/testing-your-scripts ====
positional-parameters
1 Occurrences trouvées, Dernière modification :
ls "${options[@]}" </code> ==== Using getopts ==== https://wiki.bash-hackers.org/scripting/posparams
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1