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.
- Host: GitHub
- URL: https://github.com/georgecatalin-codepractice-courses/learning-linux-shell-scripting
- Owner: georgecatalin-CodePractice-Courses
- Created: 2020-04-14T09:10:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T09:11:43.000Z (about 6 years ago)
- Last Synced: 2025-03-04T17:53:57.957Z (over 1 year ago)
- Topics: bash, bash-script, linkedin-learning, linux, linux-shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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