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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to