### paren.sed ### named parentheses # locate and output the center of (n m n) # where m and n are single integers s/(\([[:digit:]]\) \([[:digit:]]\) \1)/\2/