|
How can I run a command on another shell without changing the current shell?
Hi there, I have a problem:
My current shell is: /bin/bash, I just want to run a set of commands on /bin/sh shell without changing the current shell or put the set of commands into a script file.
e.g:
# sh (echo "abc"; echo "cde")
Thanks for your help.
|