new

Recherche

Voici les résultats de votre recherche.

obsolete
4 Occurrences trouvées, Dernière modification :
evant to most everyone except maybe code golfers. New scripts should never use them. None of the items ... is unfortunately still very prevalent in scripts. New-style command substitutions are widely implemente... nditional_expression | conditional expression]] ("new test command") ''<nowiki>[[ EXPRESSION ]]</nowiki... l features like local variables. The idea was for new-style functions to be analogous to regular builti
positional-parameters
3 Occurrences trouvées, Dernière modification :
the script or function: <code> set "This is" my new "set of" positional parameters # RESULTS IN # $1: This is # $2: my # $3: new # $4: set of # $5: positional # $6: parameters </... ay consisting of them, then calls ''ls'' with the new option set. It also respects the ''--'' as "end o
redirection
3 Occurrences trouvées, Dernière modification :
mples are equivalent: <code> cat foo.txt bar.txt >new.txt cat >new.txt foo.txt bar.txt >new.txt cat foo.txt bar.txt </code> <wrap center important>Every redirection oper