Skip to content

mkmahto2/shell-scripting

 
 

Repository files navigation

Shell Scripting

Shell Scripting

The documentation is written by Kshitiz Saini, and is copyrighted under GNU General Public Licensce v3.

  1. Quick Introduction - LINUX
  2. Getting Started - BASH
  3. Shell Variables - SHELL

Implementation tree

All the information is present in README.md file of the specific folders.

The contribution guidelines are present in CONTRIBUTING.md file.

Data Structure and Algorithms
|
├── 000_Quick_Introduction
|   ├── 001_What_is_Linux.md
|   ├── 002_What_is_Linux_Kernel.md
|   ├── 003_What_is_Linux_Shell.md
|   ├── 004_Shell_prompt.md
|   ├── 005_Command_Line.md
|   ├── 006_BASH_Shell.md
|   ├── 007_Unix_Philosophy.md
|   ├── 008_What_is_Shell_Script.md
│   └── 009_Why_Shell_Script.md
|
├── 001_Getting_Started
|   ├── 001_BASH_Shell.md
|   ├── 002_BASH_Startup_File.md
|   ├── 003_Shebang.md
|   ├── 004_Writing_first_script.md
|   ├── 005_Basic_vi_commands.md
|   ├── 006_Comments_in_Shell.md
|   ├── 007_Executing_a_Shell_Script.md
│   └── 008_Debugging_a_Shell_Script.md
|
├── 002_Shell_Variables
|   ├── 001_Shell_Variables.md
|   ├── 002_echo_vs_printf.md
|   ├── 003_Quoting.md
|   ├── 004_User_Input.md
|   ├── 005_Arithmetic_Operations.md
|   ├── 006_Checking_variable_existance.md
|   ├── 007_Locating_commands.md
|   ├── 008_Curly_braces_and_Wildcards.md
|   ├── 009_Aliases.md
|   ├── 010_Tilde_expression_and_Startup_scripts.md
│   └── 011_BASH_Prompt.md
│
├── _config.yml
│
├── CONTRIBUTING.md           
|
├── LICENSE
│
├── README.md  
│
└── shell.jpg                          

About

A complete Shell Scripting tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published