var

Recherche

Voici les résultats de votre recherche.

obsolete
17 Occurrences trouvées, Dernière modification :
erved words with braces. Many Korn shells support various permutations on this syntax for certain compo... like whether a newline or semicolon are required vary. Only ''for'' works in Bash. Needless to say, do... This means that the act of expanding an unquoted variable in an ordinary argument context, depending on the value of the variable, can yield different results depending on po
quoting
6 Occurrences trouvées, Dernière modification :
ion and expansion results.** Besides these basic variants, there are some special quoting methods (lik... > * ''\$HOME'' won't expand because it's not in variable-expansion syntax anymore * The backslash c... There are still some stragglers, such as most ash variants including dash, (except busybox built with "... rds to iterate through. The list can also be in a variable: <code> mylist="DOG CAT BIRD HORSE" </code>
positional-parameters
1 Occurrences trouvées, Dernière modification :
e> Not very stylish, but usable. The ''numargs'' variable is used to store the initial value of ''$#''
redirection
1 Occurrences trouvées, Dernière modification :
<code> <<< WORD </code> The here-strings are a variation of the here-documents. The word ''WORD'' is