Contact: aviboots(AT)netvision.net.il
40,026 questions
51,982 answers
573 users
#include <stdio.h> #include <stdlib.h> int main () { system("ls -l" ); return 0; } /* run: total 20 -rwxr-xr-x 1 root root 16104 Dec 22 07:58 test -rw-r--r-- 1 root root 171 Dec 22 07:58 test.c */