Next:
Replace parentheses, Cr1(affine)
Up:
Examples
Previous:
Change path
Contents
Index
Reverse the first two fields, exclude a range of characters
# # reverse the 1st two fields # s/([^ ]*) *([^ ]*)/$2 $1/;