Re: strange behavior in script(1)

1999-05-05 Thread Joey Hess
Carl Mummert wrote: > I am looking for a way to run an arbitrary command inside a script(1) > session without having to type the name of the command after I type > 'script'.I know about shell redirection so please don't suggest I > switch to that. > > In the man page, they suggest I try the SH

strange behavior in script(1)

1999-05-05 Thread Carl Mummert
I am looking for a way to run an arbitrary command inside a script(1) session without having to type the name of the command after I type 'script'.I know about shell redirection so please don't suggest I switch to that. In the man page, they suggest I try the SHELL environment variable. I crea