In bash, when I run a command like wc &
or cat &
that immediately wants to set a standard, it returns immediately with
[1] + Stopped cat
How is this achieved? How to stop the program that I started with exec, and how do I know to stop these programs in the first place? Is there any way to say that these programs want stdin?
Thanks!
PS also, what is + o? I always wondered, but it is very difficult for Google ...
source share