View Single Post

  #5 (permalink)  
Old 10-18-2006, 02:40 PM
cillo cillo is offline
Junior Member
 
Join Date: Oct 2006
Posts: 4
Rep Power: 0
cillo
Default

Tangs.
But....
my command ar @timake.exe %1 %2 %3 %4 %5 %6 2>&1| sed "s/"//g" | sed "s/,//" | sed "s/line/(/g" | sed "s/:/):/" | sed "s/:/: error/" | sed "s/\]/\]:/"
And iam using GNU sed version 4.0.7 and WinXP Pro
I replased sed 's/"//g" with sed "s/"//g" else i get sed: -e expression #1, char 1: Unknown command: `''
And the i get sed: -e expression #1, char 7: Unknown option to `s'

As I understand "s/"//g" surge alle " and replase the with blank? and so on.
Reply With Quote