 |
Using Linux Shell Commands, vi Editor, and Base SAS to Parse through Log Files and Gather Log-inform
2 THE KORN SHELL SCRIPT To run the parsing operation on a Linux machine, I recommend using a korn shell script. Lets take a look at the following script: Korn Shell Script: parse_logs.ksh #!/bin/ksh export SASEXE=/usr/local/bin/sas9 export SYSTIME ...
analytics.ncsu.edu |
 |