in reply to Re: Re: Korn Shell Wrappers for Perl Module Functions?
in thread Korn Shell Wrappers for Perl Module Functions?
For most shells, 'echo' is a built-in and so doesn't require a different process and so what would show up in 'ps' output would be 'ksh' and the arguments passed to it. So the arguments to 'echo' shouldn't show up in the 'ps' output. This is the method I would use.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: Korn Shell Wrappers for Perl Module Functions?
by Malkavian (Friar) on Jul 10, 2001 at 23:06 UTC |