1

If I have a script, that works with input variables, (for example: ./test.sh var1 var2) could I run it in different terminals with different variables? Then it would work totally different files in totally different folders, but even the same script. Does it work?

2
  • 2
    Yes, totally, not a problem at all. Commented Aug 14, 2017 at 7:47
  • 1
    Check out tmux for running lots of things in your terminal with the ability to disconnect from them and reconnect to them. Commented Aug 14, 2017 at 12:16

1 Answer 1

2

Absolutely, obviously the more terminal connections you have doing this one script, the more resources you are going to use. I'm sure it will be okay but make sure to keep an eye on top.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.