Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
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?
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?