1 shell script tagged "greet user"
- Shell Script to ask user his / her name and then display it with a G’Day/Good morning message
This script greets user with a message. Then it displays prompt asking user her name. Once name entered it will display Gooday message using echo command.
read statement will read one line from the user (keyboard) or from file and store it to a variable called yourname.
#!/bin/bash
# Shell Script to ask user his/her name and [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

