M
mimus
Guest
My nifty little version of the bash command cp, cpultrad, just copied
18,188 files totalling 46,382,978 bytes from one directory to another.
So there <spit> for Linux and its vile ARG_MAX, set (hard-compiled!) on
this here system to a mere 131,072 bytes allowed for bash command
arguments (and a little for environment).
("cpultrad" = "cp-ultra-drop-dead", basically; it does a drop-dead
read-and-write copy for each regular file in the origin-directory in
succession. I suspect a system call to cp for each file in succession
might be a little faster, even with those repeated system-calls, since
again I suspect that a copy op doesn't necessarily involve a drop-dead
actual copying with this here filesystem, just some linking, and I may try
that version next-- "cpultra"-- just to see.)
((And then-- and then-- rmultra, to among other things kill all those
goddam thumbnails in the goddam Gnome thumbnail-server's goddam
thumbnail-directory-- talk about slow, after over two years of
accumulation, and rm just chokes on it-- ARG_MAX again.))
--
tinmimus99@hotmail.com
smeeter 11 or maybe 12
mp 10
mhm 29x13
When a system is set up to accomplish some goal, a
new entity has come into being--the system itself.
Now the system itself has to be dealt with.
< _Systemantics_
18,188 files totalling 46,382,978 bytes from one directory to another.
So there <spit> for Linux and its vile ARG_MAX, set (hard-compiled!) on
this here system to a mere 131,072 bytes allowed for bash command
arguments (and a little for environment).
("cpultrad" = "cp-ultra-drop-dead", basically; it does a drop-dead
read-and-write copy for each regular file in the origin-directory in
succession. I suspect a system call to cp for each file in succession
might be a little faster, even with those repeated system-calls, since
again I suspect that a copy op doesn't necessarily involve a drop-dead
actual copying with this here filesystem, just some linking, and I may try
that version next-- "cpultra"-- just to see.)
((And then-- and then-- rmultra, to among other things kill all those
goddam thumbnails in the goddam Gnome thumbnail-server's goddam
thumbnail-directory-- talk about slow, after over two years of
accumulation, and rm just chokes on it-- ARG_MAX again.))
--
tinmimus99@hotmail.com
smeeter 11 or maybe 12
mp 10
mhm 29x13
When a system is set up to accomplish some goal, a
new entity has come into being--the system itself.
Now the system itself has to be dealt with.
< _Systemantics_