#will
In Linux (Shell), there are two types of variable:
(1) System variables - Created and maintained by Linux itself. This type of variable defined in CAPITAL LETTERS.
(2) User defined variables (UDV) - Created and maintained by user. This type of variable defined in lower letters.
Shell variables
- var refers to the name, $var to the value
- t = 100 #sets var t to value 100
- echo โ\$t = $tโ #will print: $t = 100
- Remove a variable with unset var
- Names begin with alpha characters and include alpha, numeric, or underscore
โ
โ
โ
Top Online Courses From ProgrammingKnowledge โ
โ
โ
Python Programming Course โก๏ธ http://bit.ly/2vsuMaS โซ๏ธ http://bit.ly/2GOaeQB
Java Programming Course โก๏ธ http://bit.ly/2GEfQMf โซ๏ธ http://bit.ly/2Vvjy4a
Bash Shell Scripting Course โก๏ธ http://bit.ly/2DBVF0C โซ๏ธ http://bit.ly/2UM06vF
Linux Command Line Tutorials โก๏ธ http://bit.ly/2IXuil0 โซ๏ธ http://bit.ly/2IXukt8
C Programming Course โก๏ธ http://bit.ly/2GQCiD1 โซ๏ธ http://bit.ly/2ZGN6ej
C++ Programming Course โก๏ธ http://bit.ly/2V4oEVJ โซ๏ธ http://bit.ly/2XMvqMs
PHP Programming Course โก๏ธ http://bit.ly/2XP71WH โซ๏ธ http://bit.ly/2vs3od6
Android Development Course โก๏ธ http://bit.ly/2UHih5H โซ๏ธ http://bit.ly/2IMhVci
C# Programming Course โก๏ธ http://bit.ly/2Vr7HEl โซ๏ธ http://bit.ly/2W6RXTU
JavaFx Programming Course โก๏ธ http://bit.ly/2XMvZWA โซ๏ธ http://bit.ly/2V2CoAi
NodeJs Programming Course โก๏ธ http://bit.ly/2GPg7gA โซ๏ธ http://bit.ly/2GQYTQ2
Jenkins Course For Developers and DevOps โก๏ธ http://bit.ly/2Wd4l4W โซ๏ธ http://bit.ly/2J1B1ug
Scala Programming Tutorial Course โก๏ธ http://bit.ly/2PysyA4 โซ๏ธ http://bit.ly/2PCaVj2
Bootstrap Responsive Web Design Tutorial โก๏ธ http://bit.ly/2DFQ2yC โซ๏ธ http://bit.ly/2VoJWwH
MongoDB Tutorial Course โก๏ธ http://bit.ly/2LaCJfP โซ๏ธ http://bit.ly/2WaI7Ap
QT C++ GUI Tutorial For Beginners โก๏ธ http://bit.ly/2vwqHSZ
โ
โ
โ
Online Courses to learn โ
โ
โ
Get 2 FREE Months of Unlimited Classes from skillshare - https://skillshare.eqcm.net/r1KEj
Data Science - http://bit.ly/2lD9h5L | http://bit.ly/2lI8wIl
Machine Learning - http://bit.ly/2WGGQpb | http://bit.ly/2GghLXX
Artificial Intelligence - http://bit.ly/2lYqaYx | http://bit.ly/2NmaPya
MERN Stack E-Degree Program - http://bit.ly/2kx2NFe | http://bit.ly/2lWj4no
DevOps E-degree - http://bit.ly/2k1PwUQ | http://bit.ly/2k8Ypfy
Data Analytics with R - http://bit.ly/2lBKqz8 | http://bit.ly/2lAjos3
AWS Certification Training - http://bit.ly/2kmLtTu | http://bit.ly/2lAkQL1
Projects in Java - http://bit.ly/2kzn25d | http://bit.ly/2lBMffs
Machine Learning With TensorFlow - http://bit.ly/2m1z3AF | http://bit.ly/2lBMhnA
Angular 8 - Complete Essential Guide - http://bit.ly/2lYvYRP
Kotlin Android Development Masterclass - http://bit.ly/2GcblsI
Learn iOS Programming Building Advance Projects - http://bit.ly/2kyX7ue
โ
โ
โ
Follow โ
โ
โ
My Website - http://www.codebind.com
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, Iโll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!