Home All courses
Online TrainingContact UsAbout Us
Over lay
Table of Contents

Linux Shell Scripting Tutorial

Introduction Tools required for shell scripting First shell script Interacting with user Operators Special characters in BASH scripting Variables in Linux BASH scripting Arrays Integer operations floating point operations String manipulation in shell scripting Parameter substitution Command Substitution Conditional statements Looping statements Passing parameters exit status of the script Functions Sourcing files

Integer operations in linux shell scripting

You can use below ways to do integer operations in Linux.
 
b=2

a=`expr $b + 1`
a=$((b+2))
let a=b-1

Web development and Automation testing

solutions delivered!!

Logo
Courses
  • Automation Testing
About
  • About Me
Social Media
Copyright 2024 @ www.softpost.org