Displaying 2 results from an estimated 2 matches for "aac1".
Did you mean:
aac
2015 Sep 10
1
[Bug 2462] New: Option to try connectiing to multiple DNS names
...machine, sometimes available as machine.example.org
and other times as machine.example.com. In order to be able to just
"ssh machine", I currently have the following ProxyCommand in place:
ProxyCommand bash -c "TARGETS=$(bash -c
'TRIES=machine.example.{org,com};
eval fping -aAC1 -t100 $TRIES; eval fping6 -aAC1 -t100 $TRIES; echo
%h : 9999'
2>&1 | sed -rne 's, : ([[:digit:]]), @\1,p' | sort -t@ -k2n | sed -ne
's,
.*,,p' | tr '\n' ','); nc -vq0 \${TARGETS%%%%,*} %p"
which essentially pings all DNS names and uses the respon...
2009 Mar 27
0
read.table on long lines buggy (PR#13626)
...issue with read.table operating on long lines. It caused me
quite some trouble before uncovering this one from reading a bigger file I had!
Please take care of this one or suggest me safer ways of working with long
lines!
Thanks,
Mani
> cat(file="tst1", "a:15S_RRNA, 21S_RRNA, AAC1, AAC3\nb:AAP1, ACN9, ALG1, ALG11,
ALG12, ALG13, ALG14, ALG2, ALG3, ALG5, ALG6, ALG7, ALG8, ALG9, AMS1, ANP1, ARA1,
ATH1, BCH1, BCH2, BMH1, BMH2, BNI4, BUD7, CAX4, CDC19, CHS3, CHS5, CHS6, CHS7,
CIT2, CTS1, CWH41, DDP1, DIE2, DIP5, DLD1, DOG1, DOG2, DPM1, ELM1, ENO1, ENO2,
EOS1, ERD1, EXG1, FBA1, FB...