bug-coreutils
[Top][All Lists]
Advanced

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

bug#34488: Add sort --limit, or document workarounds for sort|head error


From: Assaf Gordon
Subject: bug#34488: Add sort --limit, or document workarounds for sort|head error messages
Date: Mon, 18 Feb 2019 02:46:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hello,

Thanks for all comments (on and off list).
Attached an updated patch with documentation.

The supported options are:

 --default-signal[=SIG]  reset signal SIG to its default signal handler.
                         without SIG, all known signals are included.
                         multiple signals can be comma-separated.
 --ignore-signal[=SIG]   set signal SIG to be IGNORED.
                         without SIG, all known signals are included.
                         multiple signals can be comma-separated.
 -p                      same as --default-signal=PIPE

(lower-case "-p" as to not conflict with BSD, but of course can be
changed to another letter).

The new 'env-signal-handler.sh' test passes on GNU/linux, non-gnu/linux
(alpine), and Free/Open/Net BSD.

Comments very welcomed,
 - assaf

Attachment: 0001-env-new-options-p-default-signal-SIG-ignore-signal-S.patch
Description: Text Data


reply via email to

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