awk/testdir/t.pat

5 lines
52 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
/a/ || /b/
/a/ && /b/
/a/ && NR > 10
/a/ || NR > 10