Digital Marketing

Receive user input within a shell program

#!/bin/bash

echo -n "Enter Something:"
read something

echo "You Entered: $something"

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database