Hi Jim! > Le 27 janv. 2019 à 17:22, Jim Meyering <j...@meyering.net> a écrit : > > Hi Akim, > I too would start with coreutils, noting that one must be careful to > handle signals, so that the terminal is not left in a bad state when > output is interrupted between a pair of set/reset escape sequences. > https://git.savannah.gnu.org/cgit/coreutils.git/tree/src/ls.c#n1303 > Today I was surprised to see that while grep and recent diffutils also > have --color support, grep lacks the signal-handling code that is > present in both coreutils and diffutils.
Good point, thanks for heads up!