Update 20140730 How to use variables in shell Scripting.md

This commit is contained in:
joeren 2014-08-09 18:22:36 +08:00
parent 5651de9c26
commit 3eafa8b2a7

View File

@ -1,3 +1,5 @@
Translating by GOLinux ...
How to use variables in shell Scripting
================================================================================
In every **programming** language **variables** plays an important role , in Linux shell scripting we are using two types of variables : **System Defined Variables** & **User Defined Variables**.