Linux Shell Scripting in Hindi: Beginner's Guide part 1



Linux Shell Scripting in Hindi: Beginner's Guide part 1

Linux Shell Scripting in Hindi: Beginner's Guide part 1

– What is the shellscript.

A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.

A shell script is most useful for repetitive tasks that may be time consuming to execute by typing one line at a time.

For examples applications shell scripts can be used for include: Automating the code compiling process. Running a program or creating a program environment.

– How to create shell script.

1. we need to create any file using any editor.
2. Then we need to write code into that file.
3.then we need to give the execution permission of that file using chmod command.
4. chmod 777 filename
5. then we need to run the shellscript.
6. ./filename

– Types of shell scripts

1. #Bash
2. #Bourne Again Shell
3. #KSH or Korn Shell
4. #TCSH

#Shell scripting tutorial
#bash scripting
#Shell script playlist in hindi
#shell scripting
#shell scripting tutorial for beginners

Check below link part 2.

👉 https://youtu.be/cYT5MnNffhs?si=v–f8rJ0hzlYyLNu