#
#
# Script to print user information who currently login , current date & time
#
clear
echo "Hello $USER"
echo "Today is ";date
echo "Number of user login " ; who | wc -l
echo "Calendar"cal
exit 0
2. we make a file caled testscritp1 and makke it chmod +x
3. we add the following script to this list
dialog --backtitle "Linux Shell Tutorial" --title "Calender"
--infobox "`./testscript`" 29 25 ; read
4. ./testscript1
--