Bash running shell with exec
Tim Brown
tim at comcon.UUCP
Thu Dec 28 06:28:40 AEST 1989
Any idea why bash hangs on this code?
Also, if no idea, how do I make bash run /bin/sh on some shells? The
methods I know don't work.
I am running:
ISC2.0.2 SysV3.2 on a 386
# start of shell
# repair database
# ***** it hangs between here and ....
exec 4<sparms 0<&4
read head
read dash
read $head
exec 4<&0 0<&4
# ***** here
[ other shell commands ]
--
Tim Brown |
Computer Connection |
(attmail or uunet)!comcon!tim |
More information about the Comp.unix.questions
mailing list