Displaying 2 results from an estimated 2 matches for "foo9".
Did you mean:
foo
2007 Jul 30
1
filenames
Dear all,
I want to create filename from a loop, say, i=(1:10), and the final names
will be file1.csv, file2.csv, file3.csv
in Python, it seems easer as - "file"+str(i) +'.csv , but how can i do in R
> list = as.character(1:10)
> list
[1] "1" "2" "3" "4" "5" "6" "7" "8" "9"
2005 Nov 09
1
Problem with rsync on WinXP going to HP-UX or Linux
...st opus port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(420)
6. rsync from HP-UX to Linux: fails
(HP-UX): rsync stdlist.179.nofilter.txt opus:/tmp/foo9
ssh: connect to host opus port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(420)
Hmmm...if I switch to rsh:
(HP-UX): rsync -v --rsync-pat...