A Place To Learn Software Technologies

A Blog to learn Software Technologies like C, Golang and Java

  • Home
  • Golang
  • About

Linux Shell Script


TUTORIAL:

1. Introduction to shell script
2. First Shell Script In linux
3. Variables in shell script
4. Numeric comparision in shell script
5. If loop in shell script
6. Case statement in shell script
7. For loop in shell script
8. While loop in shell script
9. Until loop in shell script
10. Function in shell script
11. Break and Continue statement in shell script
12. Command line argument in shell script
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

SEARCH THIS BLOG

BEST PAGES

  • Golang Tutorials
  • Linux Shell Script
  • Linux Programming
  • Linux Commands
  • How To ???
  • Design Pattern Tutorial

All Topics

  • Golang (21)
  • C (16)
  • Shell Script Exercises (14)
  • shell scripting tutorial (12)
  • Linux (9)
  • Design Pattern in C++ (7)
  • POSIX Thread (6)
  • Linux Commands (4)
  • CPP (2)
  • How To (2)
  • Linux Programming (2)
  • Design Pattern Tutorial in CPP (1)
  • Kernel Module Programming (1)

POPULAR POST

  • Numeric comparision in shell script
    eq - equal:       var1 -eq var2      var1 equal to var2 ne - not equal:      var1 -ne var2      var1 not equal to var2 gt - greater...
  • Array in Golang
    PROGRAM - 1: package main import "fmt" func main () { /* create array of size 5 */ var a [ 5 ] int a [ 0 ] = 1...
  • Implementing switch using function pointer in C
    PROGRAM :  #include <stdio.h> int add ( int , int ) ; int sub ( int , int ) ; int mul ( int , int ) ; int div ( int , int ) ;...
  • Introduction to shell script
    KERNEL: Kernel act as the mediator between the computer hardware and application. SHELL: Shell reads the command...
  • If loop in shell script
    if script: #!/bin/bash echo -n "enter the key : " read key if [ $key -eq 1122 ] then    echo "you entered correct key...

Follow Me On Facebook

Blog Archive

  • ▼  2016 (22)
    • ▼  May (21)
      • Deploy Golang Web Application to Heroku cloud Plat...
      • Connect Redis from Golang
      • Buffered io reader and writer in Golang
      • Simple HTTP Web Server in Golang
      • Container list in Golang
      • Wait For All Goroutines to Finish Using WaitGroup ...
      • Variable argument function in Golang
      • Command line flags in Golang
      • Command line arguments in Golang
      • Structure in Golang
      • Interface in Golang
      • Defer in Golang
      • Panic in Golang
      • Method in Golang
      • Function in Golang
      • Map in Golang
      • Array in Golang
      • For loop in Golang
      • Switch Case Statement in Golang
      • If loop in Golang
      • Golang Hello World Program
    • ►  February (1)
  • ►  2015 (14)
    • ►  October (5)
    • ►  September (3)
    • ►  March (1)
    • ►  February (5)
  • ►  2014 (10)
    • ►  October (2)
    • ►  September (1)
    • ►  August (5)
    • ►  July (2)
  • ►  2013 (51)
    • ►  November (1)
    • ►  July (1)
    • ►  June (11)
    • ►  May (5)
    • ►  April (3)
    • ►  March (22)
    • ►  February (4)
    • ►  January (4)
Powered by Blogger.