From owner-freebsd-questions Wed Nov 6 12:54: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DCA37B401 for ; Wed, 6 Nov 2002 12:54:00 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E9943E42 for ; Wed, 6 Nov 2002 12:53:59 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 65D5E4FC9A; Wed, 6 Nov 2002 15:46:58 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 5E4004A0F; Wed, 6 Nov 2002 15:46:58 -0500 (EST) Date: Wed, 6 Nov 2002 15:46:58 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: "Gary W. Swearingen" Cc: mike , Subject: Re: simple question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > mike writes: > > > Hello all, The easiest way of going about this is giving you a example. I am in /usr and i want to tar -xzvf ports.tar.gz, but i want to continue working in my shell while this process runs in the background. What would i type to make the output of that command not show but at the end simply do let me know its finished? thanks guys > You could just put it in the background with '&': $ tar xzvf ports.tar.gz & although in that case I don't know why you'd want the 'v' arg. You will be alerted when the tar job is done, the shell will issue an alert as soon as you hit 'enter' and the job is done. It's kind of hard to explain. Get a copy of 'UNIX in a Nutshell' :) HTH - JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message