I've got a problem. I'm searching for long time for this answer - how can I run command in new bash shell and stay in this NEW shell after this commands executes. So for example:
bash -c "export PS1='> ' && ls"
will make new shell, export PS1, list directories and ... will exit to my current shell. I want to stay in the new one.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…