The script should check the entire create table definition upto ; and list out the test suite names which does not primary index in the definition.
Example:
main directory which has subdirectries also:
/home/surya
File name : abc.text
create table data (pi int, col1 char(1), col2 char(5), col3 int)
primary index (pi);
1.Check for Create table upto ;
2.omit primary index if found and display the file names and the directory it was found
Thanks,
surya