fork download
  1. ifconfig
  2. eth0 Link encap:Ethernet HWaddr f4:6d:04:64:57:18
  3. UP BROADCAST MULTICAST MTU:1500 Metric:1
  4. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:1000
  7. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  8.  
  9. lo Link encap:Local Loopback
  10. inet addr:127.0.0.1 Mask:255.0.0.0
  11. inet6 addr: ::1/128 Scope:Host
  12. UP LOOPBACK RUNNING MTU:65536 Metric:1
  13. RX packets:1091 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:1091 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:0
  16. RX bytes:103427 (103.4 KB) TX bytes:103427 (103.4 KB)
  17.  
  18. wlan0 Link encap:Ethernet HWaddr 00:4f:78:00:02:54
  19. inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
  20. inet6 addr: fe80::24f:78ff:fe00:254/64 Scope:Link
  21. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  22. RX packets:15310 errors:0 dropped:0 overruns:0 frame:0
  23. TX packets:17014 errors:0 dropped:0 overruns:0 carrier:0
  24. collisions:0 txqueuelen:1000
  25. RX bytes:14308210 (14.3 MB) TX bytes:3143728 (3.1 MB)
  26.  
Runtime error #stdin #stdout #stderr 0.02s 5312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.sh: line 1: ifconfig: command not found
prog.sh: line 2: eth0: command not found
prog.sh: line 3: UP: command not found
prog.sh: line 4: RX: command not found
prog.sh: line 5: TX: command not found
prog.sh: line 6: collisions:0: command not found
prog.sh: line 7: syntax error near unexpected token `('
prog.sh: line 7: `          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)'