Linked by James Smyth on Tue 21st Oct 2003 17:51 UTC
Mandriva, Mandrake, Lycoris MandrakeSoft has recently released the latest version of their desktop operating system. Mandrake Linux 9.2 Download Edition is available on their web site across three ISO files for the Club members. The first disk is about 650megs and the following two are ~700.
Permalink for comment
To read all comments associated with this story, please click here.
No subject
by jmf on Tue 21st Oct 2003 22:34 UTC

@John Blink
They don't do this because they are trying to make the DVD set look more attractive to people who don't want to change CD's.
The business model to sell CDs or DVDs is dead ( one word : ADSL). So, I honestly think you're wrong ;-)

@Victor
You're right. It's a new feature of bash :
Try this :
$ alias hello="echo Hello "
$ complete -W "dad mam" hello
$ hello <TAB>
dad mam

In the real life, it's very useful and cool thanks to this guy ==]] http://www.caliban.org/bash/index.shtml
Basically, you have a file /etc/bash_compleion which did a lot of clever things like mine above
For example :
$ ssh <TAB>
and bash propose you the last machines you visited with ssh