Displaying 3 results from an estimated 3 matches for "umansky".
Did you mean:
mansky
2019 Jun 04
0
Rrsync3.1.3x POSIX ACLs conversion to NFS v4 ACLs question
Hello Rsync open source community,
We are in the process of the data migration from RHEL NFS Server into NetApp using "rsync 3.1.3 with -XAavzHP -inplace --filter= '-x system.posix_acl' /source_NFSv4 /destination_NFSv4 " options :
Current NFS Exports have legacy POSIX ACLs applied on some files, the reason we are using "-XA" is because we also have NFS v4 ACLs
2010 Feb 19
5
Bind field of a list
Hello all
I am new in R and so easy stuff are difficult...
let say that I have a list
test <- list(a=c("x","v"),b=c("n","m"))
how can I without a loop get test$a bind with test$b (obviously in real life
their would be many fields)
Cheers and thanks
--
View this message in context: http://n4.nabble.com/Bind-field-of-a-list-tp1561676p1561676.html
Sent
2010 Feb 19
4
Accessing values of a matrix
hello all,
thank you for taking the time
I have a matrix A that have column names (let say n columns), I want to
reduce the matrix to have just a few of those column (p colums, this is
trivial), but for the lines I want only the lines such that A(i,J) is part
of a list (J is fixed and known)
I am sure it is very easy but I don't find it (I tryed which but it doesn't
seem to work)
Surely