From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 00:55:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DAB1065670 for ; Wed, 30 Dec 2009 00:55:46 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4598FC14 for ; Wed, 30 Dec 2009 00:55:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 9C5203A388B; Wed, 30 Dec 2009 07:55:44 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1262134544; x= 1263948944; bh=00gPymnAQ5LBNuk+cD/o3OYa4Gx/ESYmFRWyzlC6rDc=; b=P QAnxUZRPhPQfxrgPzVPi3kf1TTC0Dhlmu5TIv+z0T+FIft5APrLvBPbJrrUj8HGf YJJ+BTWQguFblse1SGrQnAh5hdvEAzpySMkwQtNLx8VBtHX25z8DBlpr2cR8OKia iYB9AvW9n5ubXwmjbX5Lv/t7TcfuMQ3+rytEXh7RV4= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id e6gURMb7Dn-z; Wed, 30 Dec 2009 07:55:44 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id D6DB53A3885; Wed, 30 Dec 2009 07:55:43 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id nBU0tXc1025497; Wed, 30 Dec 2009 07:55:33 +0700 (ICT) (envelope-from on) Date: Wed, 30 Dec 2009 07:55:33 +0700 (ICT) Message-Id: <200912300055.nBU0tXc1025497@banyan.cs.ait.ac.th> From: Olivier Nicole To: steve@ibctech.ca In-reply-to: <4B3AA3CD.3020709@ibctech.ca> (message from Steve Bertrand on Tue, 29 Dec 2009 19:50:21 -0500) References: <4B3AA3CD.3020709@ibctech.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Adding an alias to .cshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 00:55:46 -0000 Hi, > Is this a problem with the pipe in the alias directive? The command > works on the CLI, as I literally copy/pasted it into the .cshrc file. I would think so. What about: alias srm /usr/bin/find . -name "*~" -delete Best regards, Olivier