Is there UNIX analog of ftp command pls?

Warren Block wblock at wonkity.com
Thu Dec 21 13:54:58 PST 2006


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


More information about the freebsd-questions mailing list