Vertaling van "bash is" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Pillow bash is a late night pillow fight with a twist.
Pillow bash est une baguette d'oreillers en fin de soirée avec une torsion.
Another downside of bash is the content of variables - some characters need to be escaped.
Un autre inconvénient de bash est le contenu des variables - certains caractères doivent être échappés.
Automatically set to a string that fully describes the system type on which bash is executing, in the standard GNU cpu-company-system format.
Automatiquement configurée en chaîne décrivant le type du système sur lequel bash s'exécute, dans le format standard de GNU processeur-compagnie-système.
HOSTTYPE Automatically set to a string that uniquely describes the type of machine on which bash is executing.
HOSTTYPE Automatiquement rempli avec une chaîne qui décrit de manière unique le type de machine sur laquelle bash s'exécute.
The syntax of bash is very simple and intuitive.
La syntaxe de BASH est très simple et intuitive à l'utilisation.
Writing scripts under bash is such a vast subject it would require a book by itself, and I will not delve into the topic any further.
Écrire des scripts avec bash est un sujet tellement vaste qu'il nécessiterait un livre entier, et je ne ne vais pas m'attarder sur le sujet.
Writing scripts under bash is such a vast subject it would require a book by itself, and I will not delve into the topic any further.
L'écriture de scripts sous bash est un sujet tellement vaste qu'il nécessite un livre en lui-même, et je ne creuserai pas le sujet plus avant.
7 min bash is a unique game of chance, skill & strategy.
7 min bash est un jeu unique qui fait appel à la chance, à l'habileté et à la stratégie.
The default shell is 'sh', which does not support file completion, ksh is not present, but bash is available.
Le shell par défaut est 'sh', qui ne supporte pas la complétion des noms de fichiers, il n'y a pas de ksh, mais bash est disponible.
When bash is invoked as an interactive login shell, or as a non-interactive shell with the - login option, it first reads and executes commands from the file/etc/profile, if that file exists.
Lorsque bash est lancé comme shell de login interactif, ou comme shell non-interactif avec l'option - login, il lit et exécute tout d'abord les commandes se trouvant dans le fichier /etc/profile s'il existe.
If bash is invoked with a file of commands, $0 is set to the name of that file.
Si bash est appelé avec un fichier de commandes, $0 correspond au nom de ce fichier.
If bash is invoked in this fashion, $0 is set to the name of the file, and the positional parameters are set to the remaining arguments.
Lorsque bash est invoqué de cette manière, $0 contient le nom du fichier, et les autres paramètres positionnels contiennent les arguments restants.
If bash is started with the -c option, then $0 is set to the first argument after the string to be executed, if one is present.
Si bash est lancé avec l'option -c, alors $0 contient le premier argument, s'il y en a un, après la chaîne de commandes à exécuter.