Sorting, erasing multiple lines
Posted: Mon Sep 03, 2007 9:40 am
Especially big file manipulation may require a sorting option
'delete all lines with double occurece of the same sorting argument'
as an extension of
'delte double lines'.
Example:
Task: From this tabel a list of 'touched' countries shall be derivated
Activating this option while sorting columns 9 ... will result in:
Searchis this forum I found some questions and suggestions concerning sorting end extraction that will become obsolet with this extension.
'delete all lines with double occurece of the same sorting argument'
as an extension of
'delte double lines'.
Example:
Code: Select all
Peter England
Julia France
Hans Germany
Gerlinde Germany
Margit Norway
Nils Norway
Victor Poland
Marek Poland
John USA
Activating this option while sorting columns 9 ... will result in:
Code: Select all
Peter England
Julia France
Hans Germany
Margit Norway
Victor Poland
John USA