Displaying 2 results from an estimated 2 matches for "id_id".
Did you mean:
ad_id
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
...3) that refers to this unique transition? Should I change my import
and data parsing?
cat("Reading Test calls.\n")
calls<-read.delim("C:\\Test_calls", header=T)
# Identify which data column contains ID.
ID_id<-c(1)
# Identify which data columns contain the matrix1 and
matrix2 samples.
matrix1_samples<-c(2,4,6,8,10)
matrix2 _samples<-c(3,5,7,9,11)
# Generate matrices of matrix1and matrix2 samples.
matrix1&...
2013 May 15
14
[Bug 2105] New: ssh-copy-id leads to rm -f * (local vs. dash)
...tson at debian.org
Cyril Brulebois filed this bug in Debian:
"""
ssh-copy-id uses "local" while pretending to be POSIX compliant
(/bin/sh
as a shebang). Unfortunately, lack of error handling meands that this
isn't caught:
local L_TMP_ID_FILE=$(mktemp ~/.ssh/ssh-copy-id_id.XXXXXXXXXX)
trap "rm -f $L_TMP_ID_FILE*" EXIT TERM INT QUIT
mktemp succeeds but dash doesn't like local:
| $ dash
| $ local foo=bar
| dash: 1: local: not in a function
| $ echo $foo
|
| $
Which leads to:
rm -f *
=> Nasty!
Traced back to 1:6.2p1-1 due to:
- Update ssh-c...