摘要:
Shell 在本地执行另外一台远程机器命令 sshpass -p "xxx" ssh root@192.168.238.12 << remotessh cd /tmp/test/ rm -f test.txt cat test.log | grep 'test' >> test2.txt echo 阅读全文
posted @ 2022-04-01 19:37 work hard work smart 阅读(285) 评论(0) 推荐(0)
|
|||
摘要:
Shell 在本地执行另外一台远程机器命令 sshpass -p "xxx" ssh root@192.168.238.12 << remotessh cd /tmp/test/ rm -f test.txt cat test.log | grep 'test' >> test2.txt echo 阅读全文
posted @ 2022-04-01 19:37 work hard work smart 阅读(285) 评论(0) 推荐(0) |
|||