I have split a large text file into a number of sets of smaller ones for performance testing that i\'m doing. There are a number of directories like this:
/h
Something like:
for x in `find /home/brianonly -type f` do ./yourexecutable -i $x -o $x.processed done