FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

devopshobbies/bash-script-tutorial at session2-shell-variations-and-hello-bash · GitHub

 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

37 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL