This postprocessing will give you a list in the simple form package bugnumber
cat subjects-for-the-last-mbf.txt | tr -d ":" | awk '{ gsub("Bug#", "", $2);
print $3 " " $2 }'
Thanks.
This postprocessing will give you a list in the simple form package bugnumber
cat subjects-for-the-last-mbf.txt | tr -d ":" | awk '{ gsub("Bug#", "", $2);
print $3 " " $2 }'
Thanks.