fork download
  1. $
  2. echo "Hello, $LOGNAME"
  3. echo "Current date is `date`"
  4. echo "User is `who i am`"
  5. echo "Current direcotry `pwd`"
  6. $
Runtime error #stdin #stdout 0.02s 5316KB
stdin
Standard input is empty
stdout
Hello, 
Current date is Tue Feb  7 07:59:47 Local time zone must be set--see zic manual page 2012
User is 
Current direcotry /home/ITmwPA