Re: chdir on linux does not work
Frank Kotler <[email protected]> Wed, 24 May 2006 03:21:04 -0400
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Brian Raiter wrote: >>>You can't e.g. write a replacement for shell's builtin "cd" >>>command that way. >> >>Okay, how *would* we do that? > > > It is simply not possible. Like setenv, cd absolutely must be a shell > builtin. Okay... Thanks for the quick response, Brian - probably saved me a lot of frustration! Best, Frank