set

Recherche

Voici les résultats de votre recherche.

obselete
20 Occurrences trouvées, Dernière modification :
without word-splitting, or vice versa (without ''set -f''). [[http://mywiki.wooledge.org/BashFAQ/050 |... the difference between test, [ and [[ ?]]// | |''set -e'', ''set -o errexit''\\ and the ''ERR'' trap |proper control flow and error handling |''set -e'' causes untested non-zero exit statuses to be
behaviours
12 Occurrences trouvées, Dernière modification :
als:shell_options#login_shell |login_shell]]'' is set __**Related switches:**__ * ''<nowiki>--noprof... ax:shellvars#POSIXLY_CORRECT|POSIXLY_CORRECT]] is set ==== Quick startup file reference ==== * E... h the `--posix' command-line option or executing `set -o posix' while Bash is running will cause Bash t... eding the command name, etc. 19. If `CDPATH' is set, the `cd' builtin will not implicitly append
color
11 Occurrences trouvées, Dernière modification :
u need to use the "setaf" and "setab" commands to set the foreground and background respectively. # Tr... ](https://gitlab.com/gnachman/iterm2/issues/5294) set this variable to "truecolor". It has been in VTE ... op experience where only one variable needs to be set. This would be system-wide so that the user would not need to set it separately for each app. ## Querying The Term
truecolor
11 Occurrences trouvées, Dernière modification :
u need to use the "setaf" and "setab" commands to set the foreground and background respectively. # Tr... ](https://gitlab.com/gnachman/iterm2/issues/5294) set this variable to "truecolor". It has been in VTE ... op experience where only one variable needs to be set. This would be system-wide so that the user would not need to set it separately for each app. ===== Querying The T
basics
5 Occurrences trouvées, Dernière modification :
ans, it does **not** matter whether a variable is set in the "main program" or in a "function", the var... e> In both cases, the variable ''myvariable'' is set and accessible from everywhere in that script, bo... the "main program". **__Attention:__** When you set variables in a child process, for example a //subshell//, they will be set there, but you will **never** have access to them