Posts

Showing posts with the label Bash Shell

Bash Shell-Fibonacci Series

Simple Bash Shell-Fibonacci Series

Bash Shell-Length of string

Simple Bash Shell-Length of string

Bash Shell-Greetings to user

Simple Bash Shell-Greetings to user

Bash Shell-Checking for folder or directory with given name

Simple Bash Shell-Checking for folder or directory with given name

Bash Shell-Palindrome Of String

Simple Bash Shell-Palindrome Of String

Bash Shell-Even or Odd

Bash Shell-Even or Odd echo "Enter a Number:" read n rem=$(( $n % 2 )) if [ $rem -eq 0 ] then     echo "Number is even" else     echo "Number is odd" fi

Bash Shell-Sum of two numbers

Bash Shell-Sum of two numbers

Bash Shell Program-To Check Whether the string is palindrome or not

Bash Shell Program-To Check Whether the string is palindrome or not