`rm output.txt`; echo " This is the date and time: `date` " >> output.txt ; # use -m parameter to get all processes for one user. echo " This is who is logged on: ` who -m | awk '{print $1}' ` " >> output.txt ; echo " This is the uptime: `uptime` " >> output.txt ; cat output.txt exit;