Let's say I have executable main.exec and want to store into a file all subprocess which are called during main.exec execution.
$ main.exec &
$ echo $! # and redirect every ps change for PID $! in a file.
Programing Coderfunda June 03, 2024 No comments
0 comments:
Post a Comment
Thanks