#!/bin/bash
##Purpose: Just printing the echo statements
##Author: Ankam Ravi Kumar
##4th,SEP 2015
echo "WEL COME TO $USER"
echo "Your present working directory is `pwd`"
echo "current logged in users are `who`"
echo "Today date is `date`"
a simple echo script, echo will print the content what we have mentioned in the “quotations”
No comments:
Post a Comment