Giter Site home page Giter Site logo

shell-scripting's Introduction

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                          

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.