fork download
  1. ls; <---- i want to execute it in terminal
  2. pwd; <----- i want to execute it in another terminal that is different with first
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:1: warning: data definition has no type or storage class
 ls;  <---- i want to execute it in terminal
 ^~
prog.c:1:1: warning: type defaults to ‘int’ in declaration of ‘ls’ [-Wimplicit-int]
prog.c:1:6: error: expected identifier or ‘(’ before ‘<’ token
 ls;  <---- i want to execute it in terminal
      ^
prog.c:2:6: error: expected identifier or ‘(’ before ‘<’ token
 pwd; <----- i want to execute it in another terminal that is different with first
      ^
stdout
Standard output is empty