I want to run a curl command, in which one parameter has to run through FOR loop. Say
curl -i -vs -X POST -H "$SESSION_TOKEN" "http://$PLATFORM/videos/VIDEO_ID/play"
Here, the VIDEO_ID i want run it from 7500 to 8500 video id's. How can i do it?
forloop. You might want to read throughman bashif that's your shell (orman kshorman shor, if you really must and have no other alternatives,man csh).