Results 1 to 2 of 2
Hi,can anyone send me source code for implementing linux commands like ls,cat,cp,pwd,rm in c language.urgent!!!...
- 10-01-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 2
linux commasnds in c
Hi,can anyone send me source code for implementing linux commands like ls,cat,cp,pwd,rm in c language.urgent!!!
- 10-01-2007 #2
Try using the system() function. Link. I think you have to #include stdlib.h.


Reply With Quote
