Skip to main content
1 of 3

Splitting file in equal size files and give these files as input to a shell script which should run parallely

I want to split a file of 10000 records into number of files with equal size of records.These new files need to be given as input to a shell script. Shell script should run in parallel for each file .Can we use any looping here?