Following is a script written in perl :
Need a log parsing program in C# for the same.....
Code:
#Number of bugs edited in Watson Express
#find server*/watson*/log/ -name "watson*" -type f -newer ./tmpoldfile ! -newer ./tmpnewfile | xargs grep "WX Edit Bug" | awk '{print $8}' | sort | uniq | wc -l
// this is log parsing string in perl based on bash file.
Need a log parsing program in C# for the same.....
Comment