On 8/30/06, Jonathan Duncan <[EMAIL PROTECTED]> wrote:
On Wed, 30 Aug 2006, Stuart Jansen wrote:
> On Wed, 2006-08-30 at 10:40 -0600, Jonathan Duncan wrote:
>> On Wed, 30 Aug 2006, Stuart Jansen wrote:
>>> I'm sure you meant {U,Li}nux ;-)
>>
>> /me pulls out his copy of "Mastering Regular Expressions"
>>
>> Hmmm, it looks like I actually meant (U|Li)nix. Sorry, I am a bit
rusty.
>> =) Thanks for the correction.
>
> Ah, too bad. I thought you were going for a shell command.
>
Maybe I will next time, just for you. =)
Jonathan
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/
Okay, but that's still not right
it would be {Uni,Linu}x, because otherwise, you would be spelling one or the
other improprerly.
{U,Li}nux would evaluate to Unux Linux
and
{U,Li}nix would evaluate to Unix Linix
Cheers,
Clint
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/