How to get 2 linux process ids created on a single line command using shell script
I have a command to start tcpdump on a timeout. So I have a shell script written to start this process and give the executor of the shell script the process ids created in the shell script. My shell script looks like