touch include.log
echo 'PerformanceDMS. SuccessUtility.<Counters."1".csproj' >> include.log
echo 'PerformanceDMS. UtilitySuccess.<Counters."2".csproj' >> include.log
echo 'src/PerformanceDMS. FailUtility.<Counters."3".csproj' >> include.log
echo 'test/PerformanceDMS.Utility.Test.Counters."4".csproj' >> include.log
echo '
[grep "<Counters" include.log]-01:'
grep "<Counters" include.log
echo '
[grep "<Counters" include.log]-02:'
grep "<Counters" include.log | tr ' ' '\n'
echo '
[grep "<Counters" include.log]-03:'
grep "<Counters" include.log | tr ' ' '\n' | awk -F'"' '{printf "$0="$0; print "; $2="$2}'
echo '
[grep "<Counters" include.log]-04:'
grep "<Counters" include.log | tr ' ' '\n' | awk -F'"' '/Success/ {printf "$0="$0; print "; $2="$2}'