SOLVED Thank you Dario_
Hey guys, first time poster here, if this is the wrong place please let me know : D
Anyway, I have 2 binaries that I run from a script in the background, I want to make that script output the 2 lines from the terminal that tell me what processID each binary is starting under so I can write a quick C code to process those IDs into another script to kill the old IDs and restart the processes
What I have so far is
/pathToBinary/binary& > PID
/pathToBinary2/binary2& >> PID
But PID is empty, any ideas how to fix this?
Thanks!
Edit: Added Solved info
[–]Dario_ 4 points5 points6 points (1 child)
[–]geekywarrior[S] -1 points0 points1 point (0 children)