Skip to main content
Post Closed as "Needs more focus" by goldilocks, Stephen Rauch, αғsнιη, Chris Davies, dr_
edited body
Source Link
peterh
  • 10.5k
  • 18
  • 69
  • 99

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 Can we use any looping here?

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?

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?

Source Link

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?