Kubuntu 18.04.01.
If I enter:
Code:
I get a new Konsole window with the cursor positioned to the right of the Dollar prompt, as expected at the root directory.
If I type this command:
Code:
it gives the expected output but no Dollar prompt.
So my question is how to modify the 2nd command to produce the output and then present the Dollar prompt.
If I enter:
Code:
Code:
konsole --separate --hold --workdir /
If I type this command:
Code:
Code:
konsole --separate --hold --workdir / -e ls
So my question is how to modify the 2nd command to produce the output and then present the Dollar prompt.
Comment