index

Recherche

Voici les résultats de votre recherche.

behaviours
172 Occurrences trouvées, Dernière modification :
s a "login shell", Bash reads and sets (executes) the user's profile from ''/etc/profile'' and one of '... _login'', or ''~/.profile'' (in that order, using the first one that's readable!). When a login shell exits, Bash reads and executes commands from the file ''~/.bash_logout'', if it exists. Why an ex... ctions and variable sets that only make sense for the initial user login. That's why all UNIX(r) shells
basics
128 Occurrences trouvées, Dernière modification :
====== The basics of shell scripting ====== {{keywords>bash shell scripting basics learning tutorial}}... === A shell script usually resides inside a file. The file can be executable, but you can call a Bash s... from UNIX(r), where executables are not tagged by the extension, but by **permissions** (filemode). The file name can be any combination of legal filename c
obselete
96 Occurrences trouvées, Dernière modification :
bsolete by some measure. A thorough discussion of the rationale is beyond the scope of this page. See the [[scripting:nonportable | portability page]] for a discussion on portabili... lfers. New scripts should never use them. None of the items on this list are specified by the most curr
scripting
86 Occurrences trouvées, Dernière modification :
helped me to read and understand my own code over the years. They also will help to produce code that w... and terrible code (not only in shell) during all the years, that I'm 100% convinced there needs to be ... ughout your code (at least don't change it within the same shellscript file); don't change your code la... er a while. And of course it helps others to read the code. ===== Indentation guidelines ===== Indent
color
31 Occurrences trouvées, Dernière modification :
\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a... support can only display 256 different colors in the terminal while "true color" means that you can display 16 million different colors at the same time. Truecolor escape codes do not use a color palette. They just specify the color itself. This is a good test case: <code b
truecolor
31 Occurrences trouvées, Dernière modification :
\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a... support can only display 256 different colors in the terminal while "true color" means that you can display 16 million different colors at the same time. Truecolor escape codes do not use a color palette. They just specify the color itself. This is a good test case: <cod
putty
1 Occurrences trouvées, Dernière modification :
====== An open source telnet and SSH Client for the Windows and Unix. ====== from PuTTY Colour Schem
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1