Displaying 2 results from an estimated 2 matches for "drunkard".
Did you mean:
drinkard
2004 Dec 09
2
system() and file names with spaces
...nstrels/1972"
Whoops. wc -l < Black\ &\ White\ Minstrels/1972
forks off "wc -l <Black\ " and then tries to run
"\ White\ Minstrels/1972".
file.name <- "Quake(R)/scores"
Whoops. "Badly placed ()'s".
file.name <- "Drunkard's walk/log-1'
Whoops. "Unmatched '"
So try again.
for.system <-
function (s) gsub("([][)(}{'\";&! \t])", "\\\\\\1", s)
line.count <-
function (s) as.numeric(system(paste("wc -l <", for.system(s)), TRUE))
This...
2002 Apr 16
0
wineconsole regression
I am using the Daily Debian Wine builds (used to be the 'Drunkard' builds)
to run the freeware version of the IDA Pro disassembler (see
http://www.datarescue.be/downloadfreeware.htm). Until about two or three
weeks ago it would run OK using wineconsole. Since that time, the window
pops up then immediately disappears. Wineconsole exits with
"Wine faile...