shell scripting bash code example
Example 1: bash scripting
#!/bin/sh
# Author : Zara Ali
# Copyright (c) Tutorialspoint.com
# Script follows here:
echo "What is your role"
read ROLE
echo "My Role : $ROLE"
Example 2: linux shell script
#!/bin/bash
echo "Hello World"
Example 3: creer un script linux
vi PremierScriptShell.sh
pico PremierScriptShell.sh