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.
>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.
>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.