Linux shell scripting | Increment and decrement operators in bash scripting – Episode 4



Linux shell scripting | Increment and decrement operators in bash scripting – Episode 4

Linux shell scripting | Increment and decrement operators in bash scripting - Episode 4

This tutorial discusses Linux shell scripting.In linux shell scripting similar to other programming language bash also supports increment and decrement operators.
One of the most common arithmetic operations when writing Bash scripts is incrementing and decrementing variables. This is most often used in loops as a counter, One of the most common arithmetic operations when writing Bash scripts is incrementing and decrementing variables. This is most often used in loops as a counter, but it can occur elsewhere in the script as well.but it can occur elsewhere in the script as well.
The increment operator ++ increases the value of a variable by one. Similarly, the decrement operator — decreases the value of a variable by one.Linux shell scripting usefull to create your own progamming
and create tools.If you are like to be a cryber security you need to have knowledge about linux shell scripting.
#ShellScripting #BashShell #Awesometolearn

Content
00:00 – Introduction
00:15 – pre increment operator
02:22 – post increment operator
04:05 – pre decrement operator
05:52 – post decrement operator
07:07 – End
______________________________________________________________

My Other Bash Shell Scripting Videos :

Introduction to Linux Bash Shell Scripting – Episode 1
https://youtu.be/XRYygQmFbUo
Understand Variables in the Shell Script – – Episode 2
https://youtu.be/Qm8PB2k0qQ0?list=PLXtQjCQTbXvj143YlIUK0QWrNKBITXfOC
Bash Script Arithmetic Operators – Episode 3
https://youtu.be/JYbJmt4eh1w?list=PLXtQjCQTbXvj143YlIUK0QWrNKBITXfOC

______________________________________________________________

Join with us :

FaceBook : https://www.facebook.com/learnhackinginsinhala
Whatsapp : https://chat.whatsapp.com/IIvwAA4bf71CmoK8T19dsi
Blogger : https://awesometolearns.blogspot.com

Please Don’t Forget to :

Subscribe ,
Like ,
Comment ,
share my videos.

Comments are closed.