créer un script shell code example
Example 1: creer un script linux
vi PremierScriptShell.sh
pico PremierScriptShell.sh
Example 2: script linux code
tab=("John Smith" "Jane Doe")
vi PremierScriptShell.sh
pico PremierScriptShell.sh
tab=("John Smith" "Jane Doe")