H
H
HexUserHex2020-09-09 23:41:57
bash
HexUserHex, 2020-09-09 23:41:57

What's the easiest way to grep lines from a file that don't contain numbers?

Good evening, in fact,
that's the whole question: how is it easier to grep th to select lines from a file that do not contain numbers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-09-09
@HexUserHex

grep -v '[0-9]' file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question