Shell Scripting Tutorial
This tutorial will guide you to learn the basics of shell scripting and help you to develop useful shell scripts. First lets learn what is Linux shell and what is a shell script?
Introduction to Linux Shell Scripting
What is a Linux Shell?
Shell is an environment or a user program for interacting with the Operating System. It is not a part of kernel, but uses the system kernel to execute programs, etc.
What is a Shell Script?
Shell accept command from you (via keyboard) and execute them. But there will be a situation where you will need to use the same set of commands one by one. In such situations you can store these commands in a text file and then execute this text file instead of entering the commands one by one. Such files can be referred as Shell scripts.
The main reasons why to Write Shell Script ?
1. Shell script can take input from user, file and output them on screen.
2. Write to a file.
3. Save lots of time.
4. To automate some day to day tasks.
5. Automate some System Administration task.
Related posts:
- Shell Scripting Introduction
- Shell Syntax
- Shell - Strings
- Shell - Variables
- Shell - User Intraction
- First Shell Script
- Shell - Arithmetics
- Shell - Case Statement
- Shell - Command Line Arguments
- Shell - For Loop
- Shell - While Loops
- Shell - IF Statements
- Shell - Input Output Redirections
- Shell - Pipes and Filters
- Shell - Process Management
Your IP address1 is: 172.18.0.2
Tutorials
Latest Updates
Follow us
- Tech-Tutorials twitter.com/techcuriosity