fork download
  1. $
  2. echo "Welcome to UNIX System Environment"
  3. echo " Logged in Users: $(who -r)"
  4. echo " Current working directory is: $(pwd)"
  5. echo " List out the files in current directory: $(ls -l)"
  6. $
  7.  
Runtime error #stdin #stdout 0.02s 5316KB
stdin
Standard input is empty
stdout
Welcome to UNIX System Environment
 Logged in Users: 
 Current working directory is: /home/0FYy60
 List out the files in current directory: total 4
-rw-rw-r-- 1 nobody nobody 185 2012-02-07 11:34 prog.sh