In our ‘Learn shell scripting using BASH script’ tutorial series, today we going to do Shell script Bird’s-eye overview.
What is Shell script?
- Unix or Linux Shell script is nothing but plain Ascii text file.
- You can view,create,modify using any text editor.
- It consist of various Unix or Linux commands, going to execute in series once you run the shell script.
- You can execute or run the shell script from command line or using cron job.
Here is the Bash script video showing how shell script look like on real Linux server.
httpv://www.youtube.com/watch?v=XriOOVJYcC8
Other Posts related to current topic
- What is Shell Script Bird's-eye overview of shell script (This post)
- Best way to learn shell scripting - learn bash scripting
- Why to Learn Unix Shell Scripting - Bash script tutorial series


This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
