Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.unix.shell Subject: Re: csh background processes Message-ID: <1991Mar4.013142.5917@athena.mit.edu> Date: 4 Mar 91 01:31:42 GMT References: <9103011918.AA23374@geech.ai.mit.edu> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 19 In article <9103011918.AA23374@geech.ai.mit.edu>, has8wwa@CABELL.VCU.EDU writes: |> Is it possible to, in csh, start a background process, while supressing |> the usual notification that the process was started. Put it in parentheses. Observe: % echo foo & foo [1] 17727 [1] Done echo foo % (echo foo &) foo % -- Jonathan Kamens USnail: MIT Project Athena 11 Ashford Terrace jik@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8085 Home: 617-782-0710