SASUnit Examples  Version 1.5.0
unix_aix/_preparetextfiles.sas
Go to the documentation of this file.
1 
22 %MACRO _prepareTextFiles;
23 
24  %_xcmd(sed -e 's/\r//g' "&g_sasunit/_nls.txt" > ~/temp.; mv ~/temp. "&g_sasunit/_nls.txt");
25 %MEND _prepareTextFiles;