option

Recherche

Voici les résultats de votre recherche.

positional-parameters
6 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) ... ay. If not, the dashes might be interpreted as an option switch by ''set'' itself: <code> # both ways wor... <params>'' # Like 'cat -A file.txt' See simple option parsing code below. It's not that flexible. It do... shift break; -*) echo "Error: Unknown option: $1" >&2 exit 1 ;; *) # No more opti
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