Re: md5sum and recursive traversal of dirs

2019-10-12 Thread Assaf Gordon
( adding bug-time@ ) Hello, On 2019-10-10 11:29 a.m., Сергей Кузнецов wrote: [...] By the way, I wrote two new small programs: xchg (or swap, which name is better?) And exst (exit status). [...] The second program launches the program indicated at startup and, after its completion, prints the o

Re: md5sum and recursive traversal of dirs

2019-10-10 Thread Kaz Kylheku (Coreutils)
On 2019-10-10 10:29, Сергей Кузнецов wrote: Hello, I find it strange that md5sum does not yet support recursive directory traversal. I moved part of the code from ls and added this functionality. How about adding this? I also added sha3 and md6 algorithms, they are in "gl/lib/". If we have an

Re: md5sum and recursive traversal of dirs

2019-10-10 Thread Pádraig Brady
On 10/10/2019 18:29, Сергей Кузнецов wrote: > Hello, I find it strange that md5sum does not yet support recursive > directory traversal. I moved part of the code from ls and added this > functionality. How about adding this? The same could be said for any filter. It's better to leave the traversa

md5sum and recursive traversal of dirs

2019-10-10 Thread Сергей Кузнецов
Hello, I find it strange that md5sum does not yet support recursive directory traversal. I moved part of the code from ls and added this functionality. How about adding this? I also added sha3 and md6 algorithms, they are in "gl/lib/". By the way, I wrote two new small programs: xchg (or swap, whic