summaryrefslogtreecommitdiff
path: root/cesar/VisualState/create_TestAll.txt
blob: 04b3e1dc4105364abd167db00c26260a65be4c58 (plain)
1
2
3
4
5
6
7
8
9
10
awk 'NR<32 {print > "Test_ALL.vlg"}' Test_USTA.vlg
awk 'NR>=32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_SmallFSM.vlg
awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_INIT_SYSTEM.vlg
awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_POND.vlg
awk 'NR>32  && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_USTA.vlg
awk 'NR>32  && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_UCCO.vlg
awk 'NR>32  && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_STA.vlg
awk 'NR>32  {print >> "Test_ALL.vlg"}' Test_CCO.vlg

rm *.bak