Groups | Search | Server Info | Login | Register
Groups > fr.comp.lang.regexp > #160
| Path | csiph.com!pasdenom.info!news.izac.org!reader |
|---|---|
| From | Benoit Izac <use.reply.to@INVALID.ADDRESS> |
| Newsgroups | fr.comp.lang.regexp |
| Subject | Re: [Ubuntu] snap |
| Date | Fri, 20 May 2022 17:00:34 +0200 |
| Message-ID | <87o7zsqmel.fsf@izac.org> (permalink) |
| References | <t4r1k9$3v3$1@dont-email.me> <t4sqad$1hk5$1@news.gegeweb.eu> <t65imu$tjs$1@shakotay.alphanet.ch> <t660ft$2nnq$1@news.gegeweb.eu> <t66d06$170j$1@cabale.usenet-fr.net> |
| Reply-To | benoit.izac@free.fr |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | keg.izac.org; logging-data="507345"; mail-complaints-to="usenet@izac.org" |
| Xref | csiph.com fr.comp.lang.regexp:160 |
Show key headers only | View raw
Bonjour, Le 19/05/2022 à 23:31, Olivier Miakinen a écrit dans le message <t66d06$170j$1@cabale.usenet-fr.net> : >>> echo -n "sphinx of black quartz, judge my vow."| \ >>> sed -e "s/ //g; s/,// ; s/\.//"|wc -l > > La question de Jo Engo était : >>> peut-on faire plus simple comme commande ? > (sous-entendu : pour compter le nombre de lettres, et voir de combien ça > dépasse 26 qui est le nombre de lettres latines non accentuées) > > Voici déjà une simplification possible : > echo -n "sphinx of black quartz, judge my vow."|sed -e "s/[^a-z]//gi"|wc -c echo -n "sphinx of black quartz, judge my vow." | tr -cd '[:alpha:]' | wc -c -- Benoit Izac
Back to fr.comp.lang.regexp | Previous | Next — Previous in thread | Find similar
Re: [Ubuntu] snap tth <tth@none.invalid> - 2022-05-19 19:58 +0200
Re: [Ubuntu] snap Olivier Miakinen <om+news@miakinen.net> - 2022-05-19 23:31 +0200
Re: [Ubuntu] snap Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2022-05-20 17:00 +0200
csiph-web