Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AIUTO COMANDO GREP

4 views
Skip to first unread message

Alessandro

unread,
Jun 19, 2004, 4:52:42 AM6/19/04
to
come faccio a fare l'or con grep (o con find). esempio:
i file il cui nome contiene il carattere "1" oppure il carattere "3".

Grazie


Davide Bianchi

unread,
Jun 19, 2004, 5:09:20 AM6/19/04
to
Alessandro <ale...@fastwebnet.it> wrote:
> come faccio a fare l'or con grep (o con find). esempio:
> i file il cui nome contiene il carattere "1" oppure il carattere "3".

grep -e "[13]" nomedelfile

man grep
Davide

--
| When you have an efficient government, you have a dictatorship.
|
|
|

0 new messages