Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2000 17:49:37 +0200
From:      Dominik Rothert <dr@astorit.com>
To:        stable@FreeBSD.ORG
Subject:   Re: make world
Message-ID:  <20001011174937.A3231@astra.local>

next in thread | raw e-mail | index | archive | help
Vivek Khera <khera@kciLink.com> wrote:

> [onceler]% man disown
> No manual entry for disown
> [onceler]% which disown
> disown: Command not found.

It's a shell-builtin. (zsh)

disown [ job ... ]
job ... &|
job ... &!

Remove  the  specified jobs from the job table; the
shell will no longer report their status, and  will
not  complain  if  you  try  to exit an interactive
shell with them running or stopped.  If no  job  is
specified, use the current job.

-Dominik

-- 
/*  Dominik Rothert         |           dr@astorit.com  *
 *  A S T O R I T           |  http://www.astorit.com/  *
 *  Hohenzollernring 52     |       fon +49-221-251440  *
 *  50672 Cologne, Germany  |       fax +49-221-251443  */:wq!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001011174937.A3231>