On Mon, Nov 05, 2007 at 02:36:00AM +0000, Pollywog wrote:

> On Monday 05 November 2007 02:04:39 Robert Huff wrote:
> > Brett Davidson writes:
> > >  ie. If I had a particular version of the ports tree on a server,
> > >  how could I check to see if any of the programs in that tree were
> > >  actually installed?
> > >
> > >  Is there a simple command or sequence of commands to do this?
> >
> >     dir /var/d/pkg | grep <portname>
> 
> My Linux systems have a "dir" command but my FreeBSD does not.
> Is there something I need to install?

Yes, just install your own alias.
For example, in my .cshrc file for the accounts I use I put:

  alias dir ls -lAF

and then I have a dir.

I also alias ls to:

  alias ls ls -F

and lo to: 

  alias lo logout

and numerous others.
That is the normal way of creating these simple things.

////jerry

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