From owner-freebsd-questions@FreeBSD.ORG Thu Dec 21 21:54:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1852816A47C for ; Thu, 21 Dec 2006 21:54:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B9BA713C45D for ; Thu, 21 Dec 2006 21:54:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.8/8.13.8) with ESMTP id kBLLsvus054187; Thu, 21 Dec 2006 14:54:57 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.8/8.13.8/Submit) with ESMTP id kBLLsv2N054184; Thu, 21 Dec 2006 14:54:57 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 21 Dec 2006 14:54:56 -0700 (MST) From: Warren Block To: Eric Kjeldergaard In-Reply-To: Message-ID: <20061221145316.W54143@wonkity.com> References: <20061219195359.GA34750@host.my.domain> <20061221184535.GB40028@dan.emsphone.com> <20061221194409.GA1515@host.my.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Thu, 21 Dec 2006 14:54:57 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Is there UNIX analog of ftp command pls? 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: Thu, 21 Dec 2006 21:54:58 -0000 On Thu, 21 Dec 2006, Eric Kjeldergaard wrote: > > To find the answer to this, you need only look at both of those solutions > and combine them. For instance... > > alias pls="ls -l $@ | less" The csh/tcsh equivalent is alias pls 'ls -l \!* | less' -Warren Block * Rapid City, South Dakota USA