Re: [PATCH] core-count: A new program to count the number of cpu cores

2011-05-31 Thread Pádraig Brady
On 31/05/11 01:28, James Youngman wrote: [ CC += bug-findutils, += Paolo, -= bug-coreutils ] 2009/11/3 Pádraig Brady p...@draigbrady.com: Pádraig Brady wrote: Paolo Bonzini wrote: Maybe we want a --parallel option (too bad -p is taken) for xargs that forces the creation of the number

SIGPIPE warning

2012-03-09 Thread Pádraig Brady
I noticed xargs output a warning about SIGPIPE $ yes 1234 | xargs -n1 | head -n1 1234 xargs: /bin/echo: terminated by signal 13 That's not normally the case on the shell: $ yes 1234 | head -n1 1234 Nor in other process management utils: $ timeout 1 yes 1234 | head -n1 1234 Could we supress

Fwd: bug#28079: find -type l -xtype and recursive symbolic links

2017-08-13 Thread Pádraig Brady
Forwarding to the appropriate list... Forwarded Message Subject: bug#28079: find -type l -xtype and recursive symbolic links Resent-Date: Sun, 13 Aug 2017 16:44:01 + Resent-From: Poor Yorick Resent-CC: bug-coreut...@gnu.org Date: Sun,

Re: bug#29033: [platform-testers] new snapshot available: gzip-1.8.32-4606

2017-11-12 Thread Pádraig Brady
On 12/11/17 15:22, Bernhard Voelker wrote: > On 11/11/2017 03:30 PM, Bruno Haible wrote: >> Hi Pádraig, Bernhard, >> >> You may have seen that Paul made the gnulib module 'year2038' [1] useful for >> all >> platforms, especially Linux/i386. >> >> I think it would be a good idea for coreutils and