Hi

I'm currently migrating to fish from bash and there's one thing that
bothers me: In bash, I often used the "disown" command to not just send
a job into the background but to detach it from the shell _entirely_.
This means that closing the terminal doesn't close the program. For
instance:

firefox &
disown -a
<close terminal>

and I still have firefox open (-a to disown all background jobs).

Is this possible in fish? I've found a mailing list post from 2008 that
received no ansers. I don't know if anything has changed since...

  Regards
    Philipp

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to