bug#41657: md5sum: odd escaping for input filename \

2020-06-02 Thread Michael Coleman
Hi Bob, Thanks very much for your prompt reply. Certainly, if this is documented behavior, it's not a bug. I would have never thought to check the documentation as the behavior seems so strange. If I understand correctly, the leading backslash in the first field is an indication that the

bug#41664: du give file not accessible

2020-06-02 Thread Paul Eggert
On 6/2/20 2:42 AM, Sumit Gupta wrote: > Is this expected or shall the command be modified to ignore such files? It does seem reasonable that 'du' should ignore a file when the system call says ENOENT, since the file isn't there and cannot be consuming disk space.

bug#41664: du give file not accessible

2020-06-02 Thread Sumit Gupta
Hey Team, I have encountered this issue that while running the du command I get the error like "file not present". This generally happens because the du command and deletion operation are working in parallel, meaning when the du operation is triggered at that the file is present but during the