Complete.Org: Mailing Lists: Archives: discussion: January 2004:
[aclug-L] Re: cdrom problem
Home

[aclug-L] Re: cdrom problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: cdrom problem
From: Jeff Vian <jvian10@xxxxxxxxxxx>
Date: Sun, 18 Jan 2004 17:51:43 -0600
Reply-to: discussion@xxxxxxxxx


John Goerzen wrote:

>On Sun, Jan 18, 2004 at 04:46:24PM -0600, Tom Hull wrote:
>  
>
>>>What error message do you get?
>>>      
>>>
>>$ man -k ''
>>   usage: apropos keyword ...
>>   Error executing formatting or display command.
>>   System command /usr/bin/apropos  exited with status 256.
>>    
>>
>
>Bah.  Sounds like they don't accept an empty string as a valid regular
>expression!
>
>Try this:
>
>man -k '.*' | sort | less
>  
>
That works, except it produces output like this

411toppm             (1)  - convert Sony Mavica .411 image to PPM
411toppm             (1)  - convert Sony Mavica .411 image to PPM
a2p                  (1)  - Awk to Perl translator
a2p                  (1)  - Awk to Perl translator
a2ps                 (1)  - format files for printing on a PostScript 
printer
a2ps                 (1)  - format files for printing on a PostScript 
printer
a64l                 (3)  - convert between long and base-64
a64l                 (3)  - convert between long and base-64
aaxine               (1)  - an ASCII art video player
aaxine               (1)  - an ASCII art video player

I changed it to read
man -k '.*' | sort -u | less
and it then works as expected.



>-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
>
>  
>

-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]