index

Recherche

Voici les résultats de votre recherche.

behaviours
37 Occurrences trouvées, Dernière modification :
r ====== {{keywords>bash shell scripting startup files dotfiles modes POSIX}} FIXME incomplete =====... exits, Bash reads and executes commands from the file ''~/.bash_logout'', if it exists. Why an extra l... rofile</nowiki>'' disables reading of all profile files ==== Interactive shell ==== When Bash star... ds and executes commands from ''~/.bashrc''. This file should contain, for example, aliases, since they
basics
31 Occurrences trouvées, Dernière modification :
cripting basics learning tutorial}} ===== Script files ===== A shell script usually resides inside a file. The file can be executable, but you can call a Bash script with that filename as a parameter: <code> bash ./myfile </code>
obselete
8 Occurrences trouvées, Dernière modification :
^ Syntax ^ Replacement ^ Description ^ |''&>FILE'' and ''>&FILE'' |''>FILE 2>&1'' |This redirection syntax is short for ''>FILE 2>&1'' and originates in the C Shell. The latter
scripting
5 Occurrences trouvées, Dernière modification :
least don't change it within the same shellscript file); don't change your code layout with your mood. ... counting variables, etc., ... (in the example: ''file'') * prefer ''lowercase'' variables * if yo... the prefix 'MY_' MY_LOG_DIRECTORY=/var/adm/ for file in "$MY_LOG_DIRECTORY"/*; do echo "Found Logfile: $file" done </code> ==== Variable initialization ====
color
1 Occurrences trouvées, Dernière modification :
their own method (e.g. an option in their config file). They should use whichever method best matches
truecolor
1 Occurrences trouvées, Dernière modification :
their own method (e.g. an option in their config file). They should use whichever method best matches t
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1