#!/bin/sh read string read integer read -p 'Enter a number: ' number echo "The number is $number"