![]() |
|
|
|
|
|||||||
| 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 |
| implementing ftp | damn_bkb | IP Networking | 4 | 01-04-2007 02:35 PM |
| Implementing the redirection | mobile01 | High Level Programming | 0 | 11-30-2006 08:39 AM |
| Implementing a shell in C | jacques83 | High Level Programming | 1 | 11-13-2006 07:24 PM |
| need help in implementing simple interactive shell in C | nix1209 | High Level Programming | 2 | 03-15-2006 06:26 AM |
| Implementing Concatenation(cat) | toughguy2handle | High Level Programming | 2 | 09-21-2005 11:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
||||
|
||||
|
Quote:
|
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
Quote:
You need to start with the basics and work your way up. You're trying to write a shell, but you're having difficulty when you open and close files. You should consider a less ambitious project until you get a little bit more experience. |
|
#10
|
|||
|
|||
|
Nevermind. I figured it out for anyone who cares:
open a file dup2(file, 1) execute |
|
#11
|
|||
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |