option

Recherche

Voici les résultats de votre recherche.

positional-parameters
25 Occurrences trouvées, Dernière modification :
what was given to the script when it was called. Option-switch parsing (e.g. ''-h'' for displaying help) ... : parameters </code> It's wise to signal "end of options" when setting positional parameters this way. If not, the dashes might be interpreted as an option switch by ''set'' itself: <code> # both ways wor... ng a while loop ==== To make your program accept options as standard command syntax: ''COMMAND [options]
obsolete
2 Occurrences trouvées, Dernière modification :
{ definitely_not_printf "${printf:?"$1" - No such option}"; }; f -v' bash: printf: -v - No such option</code> | This table lists features that are used only if
redirection
1 Occurrences trouvées, Dernière modification :
' is **truncated** before writing starts. If the option ''noclobber'' is set with [[commands:builtin:set