awk/testdir/t.pat

5 lines
52 B
Plaintext

/a/ || /b/
/a/ && /b/
/a/ && NR > 10
/a/ || NR > 10