Quantcast
Channel: Active questions tagged terminal - Super User
Viewing all articles
Browse latest Browse all 526

How to run a command after an already running, existing one finishes?

$
0
0

If I start a script that is going to take a long time, I inevitably realize it after I've started the script, and wish I had a way of doing some kind of alert once it finishes.

So, for example, if I run:

really_long_script.sh

and press enter...how can I run another command once it finishes?


Viewing all articles
Browse latest Browse all 526

Trending Articles