Results 1 to 2 of 2
Hi,
I have 64 bit environment, in which I have to run a shell script. Inside the shell script, I have to open a linux32 shell and execute commands following ...
- 03-23-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- India
- Posts
- 1
Run commands in linux32 bash from inside a shell script
Hi,
I have 64 bit environment, in which I have to run a shell script. Inside the shell script, I have to open a linux32 shell and execute commands following that in that 32 bit shell.
Inside my shell, I have the command
followed by other commands.linux32 bash
The problem for me is that even after executing the "linux32 bash" command, it executes all the following commands in the 64 bit shell only.
How to get out of this?
Thanks in advance.
Cheers,
Joe
- 03-23-2009 #2
Put all the 32bit commands in a separate script,
and call it from the main script.


Reply With Quote