From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 11:04:00 2004 Return-Path: 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 05A9E16A4D9 for ; Mon, 22 Nov 2004 11:04:00 +0000 (GMT) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.8.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1521043D41 for ; Mon, 22 Nov 2004 11:03:59 +0000 (GMT) (envelope-from kheuer2@gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.11/8.12.8) with ESMTP id iAMB3vmf095668; Mon, 22 Nov 2004 12:03:57 +0100 (CET) (envelope-from kheuer2@gwdg.de) Received: from localhost (kheuer2@localhost)iAMB3vUG095665; Mon, 22 Nov 2004 12:03:57 +0100 (CET) X-Authentication-Warning: gwdu60.gwdg.de: kheuer2 owned process doing -bs Date: Mon, 22 Nov 2004 12:03:56 +0100 (CET) From: Konrad Heuer To: Nikolas Britton In-Reply-To: <41A1C433.90406@nbritton.org> Message-ID: <20041122115932.O71605@gwdu60.gwdg.de> References: <41A1C433.90406@nbritton.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Job Control X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 11:04:00 -0000 On Mon, 22 Nov 2004, Nikolas Britton wrote: > Lets say I put a job in the background and then exit the shell (csh) and > then open another shell, how do I get that background possess back into > the foreground in the new shell? There's no way basic UNIX way to do that. Maybe you can find something in the ports collection concerning saving and re-opening complete terminal sessions. > Also: > > %ll > drwxr-xr-x 2 nbritton nbritton - 512 Nov 22 04:40 test/ > -rw-r--r-- 1 nbritton nbritton - 0 Nov 22 04:40 test.tgz > %cd t* > t*: Ambiguous. > %cd test.tgz > test.tgz: Not a directory. > % > > So whens is it possible to cd into a file or is cd really that stupid? cd expects one and only one argument, so cd t* gives you a warning because is ambiguous. Where is the problem? :-) Regards Konrad Heuer GWDG, Am Fassberg, 37077 Goettingen, Germany, kheuer2@gwdg.de