Skip to content

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

Notifications You must be signed in to change notification settings

raihaninfo/Shell-Scripting

Repository files navigation

What is Automation ?

  • Automation is a processes by which we can complete any task with less human intervention or without human intervention.

  • Completing a task with Scripting (Sheel Scripting)

What is Shell Scripting ?

  • shell Scripting is group commands written in a sequence to automate

  • A shell is a program that provides and interface between a user an operating system (os) kernel.

details in wikipedia

Mostly available shells on Linux Operating system are:

  • Bash Shell
  • Sh Shell
  • Ksh Shell
  • C Shell
  • etc

Shell list

cat /etc/shells
# /etc/shells: valid login shells
/bin/sh
/bin/bash
/usr/bin/bash
/bin/rbash
/usr/bin/rbash
/bin/dash
/usr/bin/dash

Shell location

which $SHELL

Linux Shell location /bin/bash

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages