![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java with Unix (Redirection + Piping) | fluke_perf | High Level Programming | 3 | 04-30-2008 08:52 AM |
| need help with my implementation of cat in bash | sanchopansa | Shell Programming and Scripting | 4 | 10-18-2006 03:28 AM |
| Redirection or piping error message | mariner | Shell Programming and Scripting | 2 | 05-10-2005 12:04 PM |
| Socket implementation differences | charlcy | HP-UX | 3 | 05-07-2005 02:54 PM |
| Shell Implementation | clickonline1 | UNIX for Dummies Questions & Answers | 3 | 10-02-2001 01:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Piping and redirection implementation
To implement the facility of piping and redirection I used the two commands dup, dup2, and strtok for tokenizing the command.
But when I run the command ls|more it is not running fine as I have developed it using the dup2 command. the more command needs the whole buffer at once. Please help which system call should I use to implement and maintaining the output in a buffer of one command so that it can be used as a input to other command. Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
|