Justin Dearing Asked: 2009-07-23 04:14:30 +0800 CST2009-07-23 04:14:30 +0800 CST 2009-07-23 04:14:30 +0800 CST 除了 ssh 终端之外,在 Windows 中通过 ssh 跟踪 httpd 日志的应用程序[关闭] 772 我正在寻找类似baretail的ssh 支持或从标准输入读取的能力,这样我就可以通过管道输出plink 的输出。 有没有人有什么建议。 ssh tail 3 个回答 Voted dyasny 2009-07-23T05:04:57+08:002009-07-23T05:04:57+08:00 http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter7.html#plink-usage-batch 使用 plink(来自 putty 套件)自动 ssh、执行 tail 命令并注销 Jared Brown 2009-07-23T04:35:45+08:002009-07-23T04:35:45+08:00 微软已经建立了一个尾部程序(Tail.exe)。它是 Windows Server 2003 资源工具包工具的一部分。 http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en 该可执行文件也将在 Windows XP 上正常运行。 indi 2011-04-17T03:47:50+08:002011-04-17T03:47:50+08:00 我不知道 plink,但我使用 ssh 的方式是: ssh [email protected] 'tail -f www/logs/logfile.log' > ~/temp/current.log 然后用baretail打开current.log文件
http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter7.html#plink-usage-batch
使用 plink(来自 putty 套件)自动 ssh、执行 tail 命令并注销
微软已经建立了一个尾部程序(Tail.exe)。它是 Windows Server 2003 资源工具包工具的一部分。
http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en
该可执行文件也将在 Windows XP 上正常运行。
我不知道 plink,但我使用 ssh 的方式是:
然后用baretail打开current.log文件