On Jul 9, 2004, at 5:41 PM, Hayashi Soichi - shayas wrote: > Also, is there a similar way I can do read.table from a pipe? % command | R CMD BATCH --vanilla --slave input.R output Where input.R is R code that contains a line similar to: d <- read.table("/dev/stdin")