On Fri, Jun 15, 2001 at 04:17:47PM -0500, Alain T�sio wrote: > Le shell interpr?te quand m?me dans ce cas, mais ne > consid?re pas "*" pour matcher les expressions > r?guli?res, pour ne pas interpr?ter la cha?ne il > faut utiliser des quotes : > > dpkg -l "apache*"
N'emp�che que �a marche ! ~$ dpkg -l bin\* Souhait=inconnU/Install�/suppRim�/Purg�/H=� garder | �tat=Non/Install�/fichier-Config/d�paqUet�/�chec-conFig/H=semi-install� |/ Err?=(aucune)/H=� garder/besoin R�installation/X=les deux (Etat,Err: majuscule=mauvais) ||/ Nom Version Description +++-==============-==============-============================================ ii bin86 0.15.4-1 16-bit assembler and loader pn bind <n�ant> (aucune description n'est disponible) [.....] ~$ dpkg -l bin* Aucun paquet ne correspond � bin. Je suis d'accord sur le fond (dpkg(8) dit d'utiliser les apostophes), mais, en pratique, �a change pas grand chose... ;) Benoit -- there's more than one way to do it

