using curl command to download file in parts from different interfaces and to run the commands simultaneously from a script
- by jsjain007
i wanted to download a file using curl command simultaneously in different parts using ip aliasing(virtual Ethernet ports) so what i did was pasted the commands in a text file and run but the problem as obvious since it is in a file the commands will be executed one by one so is there a way to run all those commands simultaneously.
here is the…