Displaying 3 results from an estimated 3 matches for "moil".
Did you mean:
mail
2004 Dec 04
2
RSync with /really/ long file lists
Hi everyone!
rsync 2.5.7
linux RHES v3
We need to sync over 4 Million files, and when we run rsync we run out of
memory! :(
We were going to batch things, but the build in Batch mode still will use a
large amount of memory. Any manualy batching is proving to be harder than
you'd think, even with --include and --exclude flags. The flags actually make
it still have to recurse the whole
2019 Jun 19
2
User listing returned failure with -A
.../usr/local/virtual && for i in *; do doveadm move -u $i Archive mailbox INBOX BEFORE 90d; done
And that works fine.
Everything is the same up until the Error but since nothing else is logged, where do I go from here?
--
There are strange things done in the midnight sun/By the men who moil
for gold; The Arctic trails have their secret tales/That would make your
blood run cold; The Northern Lights have seen queer sights,/But the
queerest they ever did see Was the night on the marge of Lake Lebarge/
When I cremated Sam McGee
2004 Sep 24
5
using tcltk in R under ESS/XEmacs on Windows
Sorry for the cross-post. Not sure where the problem is...
A while back I posted an R function to R-help:
cd <- function (dir = tclvalue(tkchooseDirectory()), saveOld = FALSE,
loadNew = TRUE) {
stopifnot(require(tcltk))
if (saveOld)
save.image(compress = TRUE)
setwd(dir)
rm(list = ls(all = TRUE, envir = .GlobalEnv), envir = .GlobalEnv)
if (loadNew &&