mkisofs and growisofs
Tom Vilot
tom at vilot.com
Sun Jan 9 08:35:37 PST 2005
Mike Jeays wrote:
>Thanks very much. They both installed fine once I was told where they
>are!
>
My avenue of last resort is this:
cd /usr/ports
find . -type f -name pkg-descr | xargs grep -i <name>
where <name> is what I remember the program name to be (cdrecord, etc)
Also kinda handy if you have no idea what the name is but you know you
want something like, say, "audio compression":
cd /usr/ports/audio
find . -type f -name pkg-descr | xargs grep -i compres
More information about the freebsd-questions
mailing list