Skip to content

eric-muchiri/shell-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 shell-walkthrough

learning shell and shell scripts

shell

An interface between the user and Linux
Eevery command you type at the prompt is interpreted by the shell and passed to the Linux kernel.
Another important feature of shell is that it si an interpreted programming language supporting most data structures e.g loops, arrays e.t.c

Shell scriptng

A scripting program written for the shell
Requires a text editor and an interpreter to interpret execution
Linux shells Linux has different types of shells

  • Bourne shell
  • Bourne again shell
  • C shell
  • K shell
  • Shell for root

We will use Bourne again shell(BAsh)

About

learning shell scripting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages