Usually when you use cURL the output looks like that:
alex$ curl http://some-url
some-content
But, for some urls the outputs is different:
alex$ curl http://some-url
[1] 81030
alex$ some-content
[1]+ Done curl http://some-url
Why is that happening and how to get rid of it and make cURL to output just the content?