How to define/use a veriable in Shell Programming?
How to define/use a veriable in Shell Programming?
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command
for loop in shell script | declare integer variable in shell script | shell script variables in string | array in shell script | bash variables | if condition in shell script | bash assign variable from command for loop in shell script declare integer variable in shell script shell script variables in string array in shell script bash variables if condition in shell script bash assign variable from command
Share
#!/bin/sh
echo What is your name?
read NAME
echo "Thank you $NAME "