« BASH - Liens » : différence entre les versions
De PedroWiki
Aller à la navigationAller à la recherche
imported>Jules |
imported>Jules Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 4 : | Ligne 4 : | ||
= Links = | = Links = | ||
== If == | |||
* [https://devconnected.com/bash-if-else-syntax-with-examples/ If syntax with examples]. | |||
* ... | |||
== Array == | == Array == | ||
Ligne 9 : | Ligne 14 : | ||
* [https://www.baeldung.com/linux/reading-output-into-array Reading the output of a command in an array]. | * [https://www.baeldung.com/linux/reading-output-into-array Reading the output of a command in an array]. | ||
* [https://www.cyberciti.biz/faq/bash-for-loop-array/ Loop on an array]. | * [https://www.cyberciti.biz/faq/bash-for-loop-array/ Loop on an array]. | ||
* ... | |||
== Misc == | |||
* [https://www.baeldung.com/linux/bash-script-counter Counter in bash]. | |||
* ... | * ... | ||
Dernière version du 20 février 2023 à 14:02
Introduction
This page will be dedicated to store useful links regarding bash (syntax, techniques and so on).
Links
If
Array
Misc
- Counter in bash.
- ...