PLAYERS TASKS PRAXIS TEAMS EVENTS
Username:Password:
New player? Sign Up Here
robin
Level 2: 90 points
Alltime Score: 120 points
Last Logged In: July 31st, 2010
TEAM: DC0 The University of Aesthematics Rank 1: Expert


retired

10 + 20 points

Document documentation by robin

July 4th, 2008 12:29 PM

INSTRUCTIONS: Document documentation.

Reading the man page for man(1)

To begin, you will need to be at a Unix command prompt. If you are using Unix or a suitable variant, simply log in or, if you're running an X session, drop back to text mode. Mac OS X users will find Terminal.app in Applications --> Utilities. Windows users, you have a few options: One, download and install PuTTY, obtain a free Unix shell account, and log in; or two, download and install Cygwin and double-click cygwin.bat to run bash.exe in a command-prompt window. If you can't be arsed to do either of those, skip this document entirely and read the damn thing online.

main_terminal159223.png

You are now ready to use the man command. man, short for "manual," is your link to the command documentation included with Unix and Unix-like operating systems, and will come in terribly handy as the learning curve for these OSes can be rather steep. Its use, therefore, is deceptively simple: man [command] will display an overview of the command's function, use, and configuration, run through a text formatter and pager for maximally convenient perusal. The documentation includes documentation of the man command itself, which is exactly what we are after: now that you've got your command-line prompt and your blinky cursor, type man man and press Enter, or Return, or whatever passes for a carriage return and/or line feed. And behold!

main_manman59224.png

As you can see, the man page for man is rather long. To scroll down one line at a time, press the 'j' key; 'k' will scroll up (unless, of course, you have changed the default paging program that man uses either by passing a command-line option or editing the configuration file, in which case the navigation keys will differ; in which case, you have probably read this man page before and are not learning anything).

Ta-da! You have successfully read man man and are ready to move on to more adventures in Unix documentation. Try man ipfw if you enjoy being confused.


- smaller

Terminal.app on OS X

Terminal.app on OS X

I am totally ready to read some man pages.


man man

man man

Here's what ought to show up when you type "man man." ("grotty" is a driver for the groff text formatting system that adjusts output properly for "typewriter-like devices," which, oddly, includes Terminal.app)



4 vote(s)



Terms

manwhat

2 comment(s)

(no subject)
posted by GYØ Ben on July 5th, 2008 12:42 PM

man(1) what

(no subject)
posted by Loki on July 6th, 2008 12:11 AM

That's silly, Ben.

Also, welcome to the game, Robin. Sorry for filling your task comments with inside jokes. (That happens a lot around here - it's nothing personal.)

This is a perfectly reasonable completion of the task, and it made me chuckle. Hope you stick around.