Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mody

  1. Mody

    help with command line input ....(unix)csh

    Hi Dear, can u please show me what the program does? email:ripulmodi@hotmail.com #include<stdio.h> #include<unistd.h> #define BUFFSIZE 8192 int main(void) { int n; char buf[BUFFSIZE]; while ((n=read(0,buf,BUFFSIZE))>0) if(write(1,buf,n) !=n) perror(&quot;write error&quot;); if(n<0)...

Part and Inventory Search

Back
Top