Skip to content

devopshobbies/bash-script-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Session2

Challenge one description

1- Write a script to print "welcome to this application, dude :)" to the screen (output)

2- Make the file executable

3- Run the file and get the output

Hints to remember

  • A bash script consists of a series of bash commands

  • In scripting languages like bash, commands are executed line by line and in order

  • Always use a shebang(#!) on top of your scripts; if excluded, the defualt shell will be used

  • We write shell scripts to automate our command line interface(CLI)

About

Creating this repo for uploading all resources regarding Bash script tutorial

Resources

License

Stars

37 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages