Skip to content

azaa1/bash-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripting for SysAdmins


What is Bash Script?

Hello World Bash Shell Script

Writing your first, basic bash shell script. Using any text editor create a file called helloworld.sh, add the following code.

#!/bin/bash

echo "hello world"

Run your script:

bash helloworld.sh

Folders

Folder Description
simplescripts Basics of Bash Scripting
tasks Simple Bash tasks/challenges
scripts Sample Scripts

Contributing

Authors and Acknowledgment

Project Status

Releases

No releases published

Packages

No packages published

Languages