Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 14:54:56 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Eric Kjeldergaard <kjelderg@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Is there UNIX analog of ftp command pls?
Message-ID:  <20061221145316.W54143@wonkity.com>
In-Reply-To: <d9175cad0612211235x6e4ab98cg18e3a195796f6698@mail.gmail.com>
References:  <20061219195359.GA34750@host.my.domain> <20061221184535.GB40028@dan.emsphone.com> <20061221194409.GA1515@host.my.domain> <d9175cad0612211235x6e4ab98cg18e3a195796f6698@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061221145316.W54143>