Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
<tt>#!/usr/bin/pythonimport glob, os, randomfullpath = random.choice(glob.glob('/usr/share/man/man*/*')) page = os.path.split(fullpath)[1]title = '.'.join(page.split('.')[:-2])section = page.split('.')[-2]os.system('man %s %s' % (section, title))</tt>
#
Return to Review: <em>Linux in a Nutshell</em>
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Jem "doesn't see the usefulness"?
Posted by: Anonymous Coward on October 24, 2005 11:29 AM#