An open API service indexing awesome lists of open source software.

https://github.com/georgecatalin-codepractice-courses/learning-linux-shell-scripting

Course work associated with the course "Learning Linux Shell Scripting" from Linkedin Learning, authored by Troy Miles.
https://github.com/georgecatalin-codepractice-courses/learning-linux-shell-scripting

bash bash-script linkedin-learning linux linux-shell

Last synced: about 2 months ago
JSON representation

Course work associated with the course "Learning Linux Shell Scripting" from Linkedin Learning, authored by Troy Miles.

Awesome Lists containing this project

README

          

# Learning-Linux-Shell-Scripting
Course work associated with the course "Learning Linux Shell Scriptin" from Linkedin Learning, authored by Troy Miles.

https://www.linkedin.com/learning/learning-linux-shell-scripting-2/

## Learning objectives
* Printing to the console
* Commenting out scripts
* Defining variables and parameters
* Creating your first simple script
* Branching and loops
* Reading environment variables
* Reading and writing files
* Watching a process
* Getting input from users
* Handling bad data