bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6176: [PATCH 1/2] sort: add a --debug option to highlight key extent


From: Pádraig Brady
Subject: bug#6176: [PATCH 1/2] sort: add a --debug option to highlight key extents
Date: Tue, 11 May 2010 23:56:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

The attached patch allows one to:

$ printf "one 2 3e3e" | .sort --debug -k3,3g -k2,2
one 2 3e3e
      ___
   __
__________


cheers,
Pádraig

Attachment: 0001-sort-add-a-debug-option-to-highlight-key-extents.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]