awk/testdir/t.pat

5 lines
52 B
Plaintext
Raw Normal View History

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