https://github.com/theabhishek07/development_automation
https://github.com/theabhishek07/development_automation
case-studies lab-work shell-scripts study-materials
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theabhishek07/development_automation
- Owner: theabhishek07
- License: mit
- Created: 2020-04-13T12:37:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T18:24:42.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T10:23:42.563Z (over 1 year ago)
- Topics: case-studies, lab-work, shell-scripts, study-materials
- Language: Shell
- Size: 17.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DEVELOPMENT_AUTOMATION
# 1. ALL 17 CASE STUDIES : -
# 2. SHELL_SCRIPTING : -
Shell scripting is writing a series of command for the shell to execute. It can combine lengthy and repetitive sequences of commands into a simple script, which can be stored and executed anytime. This reduces the time and effort required by the end user.
# Let us understand the steps in creating a Shell Script : -
* Create a file using a vi editor(or any other editor). Name script file with extension .sh
* Start the script with #! /bin/sh
* Write some code.
* Save the script file as filename.sh
* For executing the script type bash filename.sh
# 3. STUDY_MATERIAL.
Specially for university exams.