Skip to content
Snippets Groups Projects
Commit 1b62a714 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

The Watcom preprocessor adds a space at the start of each line. Therefore

the output of "egrep '^[0-9]' " is empty. Changing the pattern to
"egrep '^[ ]*[0-9]" generates the correct file.

Tegge, Bernd
parent 4081268d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment