$ 
echo "Welcome to UNIX System Environment"
echo " Logged in Users: $(who -r)"
echo " Current working directory is: $(pwd)"
echo " List out the files in current directory: $(ls -l)"
$
