1*23f24377SWarner Losh/[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" } 2*23f24377SWarner Losh/[^aeiou]/ { print $0 " matches /[^aeiou]/" } 3