Skip to main content
clarification: explicit usage of the command and its arguments
Source Link

Use M-x sort-lines for the first example. For the second example, change it into

z, a, c, g, 

then use M-x sort-regexp-fields <RET> ., <RET> \& <RET>.

Use M-x sort-lines for the first example. For the second example, change it into

z, a, c, g, 

then use M-x sort-regexp-fields ., \&.

Use M-x sort-lines for the first example. For the second example, change it into

z, a, c, g, 

then use M-x sort-regexp-fields <RET> ., <RET> \& <RET>.

Source Link
xuchunyang
  • 14.9k
  • 1
  • 22
  • 43

Use M-x sort-lines for the first example. For the second example, change it into

z, a, c, g, 

then use M-x sort-regexp-fields ., \&.