set

Recherche

Voici les résultats de votre recherche.

obselete
29 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
21 Occurrences trouvées, Dernière modification :
n shell ==== As a "login shell", Bash reads and sets (executes) the user's profile from ''/etc/profil... n shell mode? There are many actions and variable sets that only make sense for the initial user login.... 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
color
15 Occurrences trouvées, Dernière modification :
ity under the name of "RGB". You need to use the "setaf" and "setab" commands to set the foreground and background respectively. # True Color Detection There will be ... ](https://gitlab.com/gnachman/iterm2/issues/5294) set this variable to "truecolor". It has been in VTE
truecolor
15 Occurrences trouvées, Dernière modification :
ity under the name of "RGB". You need to use the "setaf" and "setab" commands to set the foreground and background respectively. # True Color Detection There will be ... ](https://gitlab.com/gnachman/iterm2/issues/5294) set this variable to "truecolor". It has been in VTE
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
scripting
1 Occurrences trouvées, Dernière modification :
will initialize fresh variables itself (better: Unset variables will generally behave like variables co