Steve Ward
2009-05-04 05:58:03 UTC
For the uniq program, these options exist:
--skip-chars=N
avoid comparing the first N characters
--skip-fields=N
avoid comparing the first N fields
--check-chars=N
compare no more than N characters in lines
It would be nice to have:
--check-fields=N
compare no more than N fields in lines
Steve
--skip-chars=N
avoid comparing the first N characters
--skip-fields=N
avoid comparing the first N fields
--check-chars=N
compare no more than N characters in lines
It would be nice to have:
--check-fields=N
compare no more than N fields in lines
Steve