From 447a13cdd40d3829c3d3e5eb05f910cd4852493f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Apr 1996 03:51:07 +0000 Subject: [PATCH] Document uniq's new --ignore-case option. --- doc/textutils.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/textutils.texi b/doc/textutils.texi index 775ac08fa0..29ba98960c 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -2035,6 +2035,12 @@ the field and character skipping options, fields are skipped over first. @opindex --count Print the number of times each line occurred along with the line. +@item -i +@itemx --ignore-case +@opindex -i +@opindex --ignore-case +Ignore differences in case when comparing lines. + @item -d @itemx --repeated @opindex -d -- 2.47.2