| Author |
Terminal QOD for 11-27-03
|
|
| Boulware5 2003-11-27, 11:02 pm |
| Thought I'd step in here and make a Linux+ type question that is a little harder than what we been seeing. That, and I am bored.
You want to read up about a particular command in the man pages but can't recall the command name. Which two commands can search for keywords in the command descriptions? (We will use mail here)
a. man mail
b. man -l mail
c. man -k mail
d. apropros mail
e. find / -name mail -print
f. search mail
g. man mail | grep mail
h. There is no such thing. | |
| prezbedard 2003-11-28, 1:51 pm |
| b. man -l mail
c. man -k mail
if I remember what you told me correctly | |
| Boulware5 2003-11-28, 8:00 pm |
| Wrong. Try again, prez.  | |
| mindmesh 2003-11-29, 12:33 am |
| G) man mail | grep mail | |
| Jesus Christ 2003-11-29, 2:46 am |
| C and D (equivalent as I recall).
REPENT SINNERS!!!!! | |
| me? I dunno... 2003-11-29, 5:08 am |
| A and D | |
| Boulware5 2003-11-29, 10:31 pm |
| Only one person got it and that was "Jesus Christ"
The answers are C and D. man -k and apropros are the same. | |
| prezbedard 2003-11-29, 11:49 pm |
| ya I got half right. | |
| Polarity Bear 2003-12-01, 6:48 am |
| HINT: Use "man man" to research a question like this. |
|
|
|