Re: [PATCH] ls: Add check_env_quoting() function

2014-08-21 Thread Pádraig Brady
On 08/21/2014 09:09 PM, Yurij Goncharuk wrote: > Hello! > > I still research code from 'coreutils' and find place where put some benefits. > I offer replace block for setting quoting style(watching environment variable > QUOTING_STYLE) with function as comment 'FIXME: put this in a function.' in

[PATCH] ls: Add check_env_quoting() function

2014-08-21 Thread Yurij Goncharuk
Hello! I still research code from 'coreutils' and find place where put some benefits. I offer replace block for setting quoting style(watching environment variable QUOTING_STYLE) with function as comment 'FIXME: put this in a function.' in src/ls.c. I don't sure about function name and require

Re: My experience with using cp to copy a lot of files (432 millions, 39 TB)

2014-08-21 Thread Rasmus Borup Hansen
On 21 Aug 2014, at 11:31, Pádraig Brady wrote: > The amount of files rather than the amount of data is pertinent here. > So 17G/432M is about 40 bytes per entry which is about right. > > cheers, > Pádraig. I don't have the exact file system available anymore, but I do have the output of "ls -la

Re: My experience with using cp to copy a lot of files (432 millions, 39 TB)

2014-08-21 Thread Pádraig Brady
On 08/21/2014 08:10 AM, Bernhard Voelker wrote: > On 08/11/2014 03:55 PM, Rasmus Borup Hansen wrote: >> Trusting that resizing the hash table would eventually finish, the cp >> command was allowed to continue, and after a while it started copying >> again. It stopped again and resized the hash tabl

Re: My experience with using cp to copy a lot of files (432 millions, 39 TB)

2014-08-21 Thread Bernhard Voelker
On 08/11/2014 03:55 PM, Rasmus Borup Hansen wrote: Trusting that resizing the hash table would eventually finish, the cp command was allowed to continue, and after a while it started copying > again. It stopped again and resized the hash table a couple of times, each taking more and more time.