1
0
Fork 0

4 lines
99 B

/bwk/,/scj/ { print "1: ", $0 }
/bwk/, /bsb/ { print "2: ", $0 }
/mel/, /doug/ { print "3: ", $0 }