1

I was trying to open a new konsole terminal and source file after opening it. I tried the following command:

konsole -T hello --noclose -e "source file"

I wanted the terminal to remain open after sourcing the file but even with --noclose the new konsole closes. How can I keep the konsole remain open

sarthak
  • 774
  • 1
  • 11
  • 27
  • The `-e` flag tells `konsole` to run a command *instead* of your shell. You want it to run a command *in* your shell. That's not how to do this. I think this is probably also off-topic for this site and more suited to https://superuser.com/ . – Etan Reisner Nov 03 '15 at 13:45

0 Answers0