Results 1 to 2 of 2
Hi,i wanted source code for implementation of a few linux commands using c language like ls,mkdir,rmdir,cat,pwd,exit etc.Please email back as soon as possible....
- 09-28-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 2
implementation of linux shell in c
Hi,i wanted source code for implementation of a few linux commands using c language like ls,mkdir,rmdir,cat,pwd,exit etc.Please email back as soon as possible.
- 09-29-2007 #2
use this function .
system("string");
like
system("ls -l /home/user > list");
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
