
zoomer003
Novice
Jun 8, 2010, 1:30 PM
Post #1 of 5
(2315 views)
|
hey guys how would you write this command in perl script C:\GPS\grep.exe FTS, EVKCONFIGFILE.txt -> GPRS.xls little background, grep.exe is a program that searches EVKCONFIGFILE.txt for FTS, and paste everysingle line that has FTS, in GPRS.xls i have tried this method @grep = ('C:\GPS\grep.exe', 'FTS,', 'EVKCONFIGFILE.txt', '->', 'GPRS.xls'); system(@grep) == 0 or die "system @grepfailed: $?";
|