YOU&ME
Monday, January 9, 2012
Batch Run R
R CMD BATCH --slave --vanilla myScript.R
Saturday, January 7, 2012
reverse a file
awk '{ a[NR]=$0 } END { for(i=NR; i; --i) print a[i] } ' datafile
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)