Displaying 2 results from an estimated 2 matches for "konz".
Did you mean:
kong
2002 May 06
3
Viewing certain numbers without NA's
...certain numbers or lines from a file (which contains
many NA's), I don't only get my desired line but all other lines which
contain NA's. In a file with 15000 rows and 7500 NA's this is not very
practical. In the earlier R-Version this worked when I typed in the
following:
a <- konz[konz[,17] == 1061 | konz[,17] == 1017,4:17]
In this case, vector 'a' contained columns 4:17 of every row in file
'konz' in which column 17 equaled 1061 or 1017, and nothing else. Since
R 1.5.0 is installed I also get all rows in which row 17 of 'konz'
contains NA's (and...
2006 Jan 24
1
propagate atimes with rsync-2.6.6 (fwd)
...on of the source access times as useful since
this information might be worth being backed-up as well.
We hope our approach will find your attention and would be glad if it were
included in the next update of rsync.
Please let us know about your suggestions for improvements.
Yours truly,
Christian Konz
-------------- next part --------------
diff -uNr rsync-2.6.6/flist.c rsync-2.6.6_patch/flist.c
--- rsync-2.6.6/flist.c 2005-07-07 21:49:14.000000000 +0200
+++ rsync-2.6.6_patch/flist.c 2006-01-07 14:04:38.000000000 +0100
@@ -54,6 +54,7 @@
extern int implied_dirs;
extern int copy_links;
extern i...