On Sun, Mar 31, 2002 at 10:28:55AM -0800, The Gyzmo wrote:
>
> cdl () { cd $1;ls -l --color=yes; } works, but is there a way I can add
> the 'more' command to it?

cdl () { cd $1;ls -l --color=yes | more; } 
should do it.

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to