Tag: hello

01
Aug
2015

Bash Programming : Say user hello !

Take a name from user and say hello user! 😀 echo `expr “What is your name?”` read…

01
Aug
2015

Bash Programming : Check typed name is a valid $USER or not

I tried it hardly….Here you have to maintain the syntax if[expression] then echo `expr “”Hello Name` fi…