Chris Green <[EMAIL PROTECTED]> wrote: >It's a pity you can't tell bash/ksh/csh/whatever the run a command >(like -c) but then not to exit afterwards, that's what I really want.
You might try:
rxvt -e bash -c "ls;exec bash"
--John
Chris Green <[EMAIL PROTECTED]> wrote: >It's a pity you can't tell bash/ksh/csh/whatever the run a command >(like -c) but then not to exit afterwards, that's what I really want.
You might try:
rxvt -e bash -c "ls;exec bash"
--John