If I do
nohup cmd1 | cmd2 &
is that the same as
nohup "cmd1 | cmd2" &
?
I would like that I nohup
everything, as cmd1
will listen on port 8023.
If I do
nohup cmd1 | cmd2 &
is that the same as
nohup "cmd1 | cmd2" &
?
I would like that I nohup
everything, as cmd1
will listen on port 8023.