From owner-freebsd-questions Mon Sep 10 22:48:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 4490537B401 for ; Mon, 10 Sep 2001 22:48:52 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 472D02B68D; Tue, 11 Sep 2001 07:48:50 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 256C77AE; Tue, 11 Sep 2001 15:48:46 +1000 (EST) Date: Tue, 11 Sep 2001 15:48:46 +1000 From: Edwin Groothuis To: Andre Cameron Cc: FreeBSD Questions Subject: Re: Shell scripts? Message-ID: <20010911154846.E898@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Andre Cameron , FreeBSD Questions References: <00be01c13a83$44dc4e60$9cd22d18@ANC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00be01c13a83$44dc4e60$9cd22d18@ANC>; from camcom@optonline.net on Tue, Sep 11, 2001 at 01:33:21AM -0400 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 On Tue, Sep 11, 2001 at 01:33:21AM -0400, Andre Cameron wrote: > Hey I just made l > which holds ls -al -color > then I chmod l to 777 in /bin and tried in /usr/bin and when I type l it > says command not found... In red hat if I hit l it would call my l script! > not that this is redhat:) plus why no pico? vi is a pain:( HELP PLEASE:) Don't know. Maybe you can show us the output of "ls -la /bin/l" or /usr/sbin/l or whereever you've stored it. Also, "which l" might give some clues. And last but not least, the cat-ted output of the program itself. I wouldn't be surprised if there was a typo in it ;-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message