Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] stdin/stderr redirection under Solaris



Steve Smith wrote:
>
> and for csh/tcsh did this:
> ( t.sh | cat > f1) |& cat > f2

I spoke too soon when I said this was 'exactly' what I wanted :)

How do I append a nohup to that?

I've tried:

$nohup ( t.sh | cat > f1) |& cat > f2

But that's bad syntax. And then

$ (nohup t.sh | cat > f1) |& cat > f2

The processes seem to start but the console doesn't 'come back', i.e. no 
prompt comes back. I can ctrl-Z to put the process in the background and 
get a prompt; this leads me to believe I haven't really nohup'ed the 
whole thing ...

Thanks,

Jc


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links