Unix 'cut' variant that supports multiple delimiters, 'runs' of a delimiter, string delimiters, fields output in any specified order, changing the delimiter for output, honoring quotes and quoted characters, stripping quotes off output fields, setting shell variables from cut fields, utf8 input and NULL terminated lines. Does NOT support 16-bit wide chars.
These are the GNU core utilities. This package is the union of the GNU fileutils, sh-utils, and textutils packages.
minor feature:
GNU GPLv3 core utilities textutils sh-utils fileutils
a unix 'uniq' command with extra features like user-specified delimiters, select first or last line of a collated group, match on a field, and update counts within a previous uniq output.
|