标签: file curl
我想做的是,从文件中读取一串数字,如“1234567890”,并将其与curl一起发送到服务器。我希望找到像
token = readfile (myfile) curl\"http://myserver.com/token/whatever
但它似乎不那么简单