Re: sort --head

2024-06-19 Thread Mark E. Shoulson
On 6/19/24 16:27, Pádraig Brady wrote: On 19/06/2024 19:48, Mark E. Shoulson wrote: Turns out whatever I'm doing doesn't work right when the input is a pipe (though input redirection from a file is okay), so in addition to being incomplete, this patch is actually buggy.  Will work on it, but sti

Re: sort --head

2024-06-19 Thread Pádraig Brady
On 19/06/2024 19:48, Mark E. Shoulson wrote: Turns out whatever I'm doing doesn't work right when the input is a pipe (though input redirection from a file is okay), so in addition to being incomplete, this patch is actually buggy.  Will work on it, but still hoping to hear opinions. ~mark On 6

Re: sort --head

2024-06-19 Thread Mark E. Shoulson
Turns out whatever I'm doing doesn't work right when the input is a pipe (though input redirection from a file is okay), so in addition to being incomplete, this patch is actually buggy.  Will work on it, but still hoping to hear opinions. ~mark On 6/18/24 21:49, Mark E. Shoulson wrote: Hi. N