Linked by Richard Wareham on Mon 8th Mar 2004 20:49 UTC
Graphics, User Interfaces This essay describes the surprising results of a brief trial with a group of new computer users about the relative ease of the command line interface versus the GUIs now omnipresent in computer interfaces. It comes from practical experience I have of teaching computing to complete beginners or newbies as computer power-users often term them.
Permalink for comment
To read all comments associated with this story, please click here.
man page searches
by Chris Capoccia on Tue 9th Mar 2004 12:31 UTC

>Perhaps some search command for man pages would be useful here

basic searching can be done with
man -k keyword | more

where 'keyword' should be replaced by the keyword you wish to search by. i include the '| more' because usually it returns more than 1 screen of results.