index

Recherche

Voici les résultats de votre recherche.

behaviours
52 Occurrences trouvées, Dernière modification :
r ====== {{keywords>bash shell scripting startup files dotfiles modes POSIX}} FIXME incomplete ===== Bash startup modes ===== ==== Login shell ==== As... ll", Bash reads and sets (executes) the user's profile from ''/etc/profile'' and one of ''~/.bash_profile'', ''~/.bash_login'', or ''~/.profile'' (in that ord
basics
35 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
7 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
2 Occurrences trouvées, Dernière modification :
https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh \\ - or http://git... their own method (e.g. an option in their config file). They should use whichever method best matches
truecolor
2 Occurrences trouvées, Dernière modification :
https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh - or http://github... 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