nohup curl --location 'http://127.0.0.1:8080/api/' \
--header 'Content-Type: application/json' \
--data '{
"fromAddrsList": [
{
"ip": "127.0.0.1",
"port": 8080
}
],
"toAddr": {
"ip": "127.0.0.2",
"port": 9030
}
}' > /tmp/tmp_.json 2> /tmp/tmp.log &
linux命令如何只将标准输出重定向到文件中,报错信息不重定向
猜你喜欢
转载自blog.csdn.net/u012333203/article/details/145015817
今日推荐
周排行