Bash Scripting Video Tutorial for Beginners
Bash Scripting is method to automate regular boring stuff. Bash scripting is a simple commands executing them in correct sequence. Write the commands in sequence to do your work and execute the file using sh or .filename.sh or source shellscripting.sh in layman term it is bash scripting.
what is bash scripting..?
Scripting is a group commands written in a sequence to automate regular boring stuff.
To write bash scripts we have to use Bang! (#!/bin/bash) first line of the script, which is called bash shell path to execute the script using bash.
How to check Bash path..?
We have to use which / whereis commands to identify the bash path.
[user@rhel7 ~]$ which bash /usr/bin/bash [user@rhel7 ~]$ whereis bash bash: /usr/bin/bash /usr/share/man/man1/bash.1.gz
what is bash ..?
Bash is a “UNIX shell”: a command-line interface for interacting with the kernel.
Stay tune for the Next Class.
Related Articles
Authentication token is no longer valid new one required
Creating multiple users using single command
File System Usage Monitoring Script
CPU Utilisation Monitoring Script
8 cut command practical examples explained
Shell Scripting Class 2 Variable tips you need to learn
Thanks for your wonderful Support and Encouragement