Skip to content

amaurybsouza/learning-linux-shell-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

just a basic test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published