Ports, searching
From FreeBSDwiki
(Difference between revisions)
(→I know what I want but I don't know what it's called) |
|||
Line 1: | Line 1: | ||
− | |||
== I know what I want but I don't know what it's called == | == I know what I want but I don't know what it's called == | ||
Fear not: the ports tree is searchable for relevant stuff without having to resort to [[find]], [[grep]] or going through each section in the most mind-numbing way possible. | Fear not: the ports tree is searchable for relevant stuff without having to resort to [[find]], [[grep]] or going through each section in the most mind-numbing way possible. | ||
− | samizdata# cd /usr/ports | + | samizdata# '''cd /usr/ports''' |
− | samizdata# make search key=lynx | more | + | samizdata# '''make search key=lynx | more''' |
will be very helpfull. | will be very helpfull. | ||
Line 11: | Line 10: | ||
[[category: common tasks]] | [[category: common tasks]] | ||
− |
Revision as of 19:06, 25 August 2004
I know what I want but I don't know what it's called
Fear not: the ports tree is searchable for relevant stuff without having to resort to find, grep or going through each section in the most mind-numbing way possible.
samizdata# cd /usr/ports samizdata# make search key=lynx | more
will be very helpfull.