TipsMake
Newest

Tags : exit status (exit) in unix / linux

Special variables in Unix / Linux
Unix and Linux 25 May 2019

Special variables in Unix / Linux

the previous tutorial has warned about using special characters in your variable name. this is because these characters are used in the names of special variables in unix. these

Read More
Use array in Shell
Unix and Linux 25 May 2019

Use array in Shell

a shell variable is able to hold a single value. this type of variables is called scalar variables.

Read More