/learning-linux-shell-script

just a basic test

GNU General Public License v3.0GPL-3.0

learning-linux-shell-script

just a basic test

  • Making Decisions - The if statement
if [ condition-is-true ]
then
    command 1
    command 2
    command N
fi