search for: fplist

Displaying 2 results from an estimated 2 matches for "fplist".

Did you mean: flist
2008 Mar 17
1
summary of summaries
Hi, I have a few hundreds files with numerical information of different length but with the same column structure. I use the following code to get summary statistics fplist <- list.files(pattern=".*analysis") for (fp in fplist){ x2 <- read.delim(fp) summary(x2) } Summary gives something like: summary (x2) V1 V2 V3 V4 V5 V6 V7 V8...
2014 Feb 18
1
[PATCH] verify against known fingerprints
...ning in the VM, then I'd argue that you have a broken trust/threat model). In addition, we have a bastion host between the internal machines and the Internet, so ssh-keyscan is not, AFAIK, applicable. ----------------------------8< cut here >8------------------------------ % ./ssh -v -H fplist aws-cluster-foo-host-bar [...] debug1: Server host key: ECDSA 12:34:......................................:ef debug1: Have a new ECDSA host key for aws-cluster-foo-host-bar and checking fingerprint against fplist. debug1: fingerprint matches line 3. Warning: Permanently added 'aws-cluster-foo-...