#!/bin/bash # # # Q5 # echo "Hello, $LOGNAME" echo "Current date is `date`" echo "User is `who i am`" echo "Current direcotry `pwd`" # #
No comments:
Post a Comment