shell programming in unix

Hi,

Iam using split command to split the files.

Splitted files will be named as xaa
xab
xac
xad etc.

Directories will be test1,test2,test3.....

Now i want to select the splitted files one by one and have to place in test directories.

can anybody give the soulution???

What does this "one by one" and "have to place" mean exactly? Obviously you don't want to simply copy (cp) the files your looking to do something else, or you would have asked "What is the soulution that allows me to 'cp xa* test1/ ;cp xa* test2/;cp xa* test3/"

I have spillted the whole file and how i can know the big file is splitted in to how many files.

big file may vary in size every time.

iam splliting with 50000 records each file. and i want to know how many files it has splited. every time.