From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 10:49:26 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 C19D516A4CE for ; Mon, 22 Nov 2004 10:49:26 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C90F43D31 for ; Mon, 22 Nov 2004 10:49:26 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20041122104925i9100rfpq3e>; Mon, 22 Nov 2004 10:49:25 +0000 Message-ID: <41A1C433.90406@nbritton.org> Date: Mon, 22 Nov 2004 04:49:23 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 0.9 (X11/20041119) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 10:49:26 -0000 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? 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?