Just my notes
Saturday, August 30, 2008
SVN: just look an old version
svn cat --revision 2 rules.txt > rules.txt.v2
Rread a file in SAS and write it to another file
data _NULL_;
file texfile mod;
infile 'tmp.tex';
input a;
put _INFILE_;
run;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)