i have file Summary.txt
contents looks like this
Code:
./log_CS-185.lst:Error detected, rollbacking
./log_CS-13603.lst:Error detected, rollbacking
./log_CS-1002.lst:Error detected, rollbacking
now i have to parse this file to get
CS-185
CS-13603
CS-1002
and insert these values into a table... how do i do this using unix script ?..