Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有这样的工具来查看远程服务器上的文本文件?
像scat user@my.server.com/text.txt什么?
scat user@my.server.com/text.txt
显然scat只是我的想象。但你明白了!:)
scat
谢谢,
ssh user@my.server.com 'cat /text.txt'
使用 SSH,例如 ssh user@host "cat ~/text.test"