Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXZ
]
ccut - A unix 'cut' command with a couple of extra features
- Description:
ccut is a unix 'cut' command with a couple of extra features (and a
couple of features missing).
ccut supports:
* utf-8 input in -c mode multiple delimiters using a string as the
delimiter rather than a character treating runs of a delimiter as
one delimiter
* quoting using either quotes or backslash within the cut document
(for example, honor " quotes or , in a csv) honoring quotes or
backslash in a document but stripping them from output outputting
fields in any specified order
* outputting a different delimiter than those within the cut
document
* setting variables in the shell to values of cut fields
Packages