Grep

From Andreida
Revision as of 11:41, 16 February 2016 by Andreas (talk | contribs) (Created page with "It depends on your linux/grep, how you have to build your regular expressions. Search for letter/digit combinations of a certain length: <pre> grep -oe 'alnum:\{17\}' m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It depends on your linux/grep, how you have to build your regular expressions.

Search for letter/digit combinations of a certain length:

grep -oe  '[[:alnum:]]\{17\}' my_data.txt