[TUHS] Command line options and complexity

William Cheswick ches at cheswick.com
Fri Mar 6 08:01:00 AEST 2020


My use for rev(1):

uniq(1)’s -f <n> ignores the first <n> fields of a line.  If you want it to ignore the last <n> fields:

rev | uniq -f <n> | rev

ches



More information about the TUHS mailing list