Ubuntu – Why parent process is active when don't using wait command
I am using pipes to display file contents. When I comment the wait command (in the last part of the parent process), I expect to see the parent process in the ps command's output (after a while, because reading is…