fork download
  1. # df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/mmcblk0p2 474M 470M 0 100% /
  4. none 4.0K 0 4.0K 0% /sys/fs/cgroup
  5. devtmpfs 171M 4.0K 171M 1% /dev
  6. none 47M 172K 47M 1% /run
  7. none 5.0M 0 5.0M 0% /run/lock
  8. none 235M 0 235M 0% /run/shm
  9. none 100M 0 100M 0% /run/user
  10. /dev/mmcblk0p1 11M 6.1M 5.0M 56% /boot
  11.  
  12. # free
  13. total used free shared buffers cached
  14. Mem: 479488 306524 172964 176 8292 260336
  15. -/+ buffers/cache: 37896 441592
  16. Swap: 0 0 0
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:3: error: invalid preprocessing directive #df
 # df -h
   ^
prog.cpp:12:3: error: invalid preprocessing directive #free
 # free
   ^
prog.cpp:2:1: error: 'Filesystem' does not name a type
 Filesystem      Size  Used Avail Use% Mounted on
 ^
stdout
Standard output is empty