index

Recherche

Voici les résultats de votre recherche.

behaviours
193 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 extra login shell mode? There are many actions and variable sets that only ma
basics
153 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... name as a parameter: <code> bash ./myfile </code> There is **no need to add a boring filename extension... from UNIX(r), where executables are not tagged by the extension, but by **permissions** (filemode). The
obselete
142 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... rated by Bash but has few if any legitimate uses. These features exist mostly for Bourne, csh, or some
scripting
138 Occurrences trouvées, Dernière modification :
==== Scripting with style ====== FIXME continue These are some coding guidelines that helped me to read and understand my own code over the years. They also will help to produce code that will be a bit more robust than "if something breaks, I... and terrible code (not only in shell) during all the years, that I'm 100% convinced there needs to be
color
57 Occurrences trouvées, Dernière modification :
ors ref: https://gist.github.com/XVilka/8346728 There exists common confusion about terminal colors. ... \x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a 666-cube of colors, each of them defined as a 24-bit (888 rgb) color. This means... support can only display 256 different colors in the terminal while "true color" means that you can di
truecolor
57 Occurrences trouvées, Dernière modification :
====== Terminal Colors ====== There exists common confusion about terminal colors. This is what we ha... \x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a 666-cube of colors, each of them defined as a 24-bit (888 rgb) color. This means... support can only display 256 different colors in the terminal while "true color" means that you can di
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