从卷曲中打开结果

时间:2011-04-30 08:23:02

标签: curl libcurl

我在命令行中对网址进行了卷曲

curl http://www.nytimes.com/2011/04/30/world/middleeast/30policy.html?hp

我收到了这个回复

[1] 8742

然后我再次点击进入并获得此回复

[1]+  Done   curl http://www.nytimes.com/2011/04/30/world/middleeast/30policy.html?hp

无论如何要在我的终端中打开该文件吗?

1 个答案:

答案 0 :(得分:1)

您需要告诉curl使用-L

来关注重定向
curl  -L "http://www.nytimes.com/2011/04/30/world/middleeast/30policy.html?hp"