Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 770 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 770 Bytes

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