If I run a single instance of an application I can kill it via "kill my_app_name" without having to find out what its PID is. But when I'm running multiple instances of the same application with different command line arguments, how can I kill it in the same way: without having to search for its PID? Somehow via its name and command line arguments.
No comments:
Post a Comment