【PHP分享】Windows tail工具分享

WBOY
Libérer: 2016-06-23 13:48:30
original
983 Les gens l'ont consulté

  作者:zhanhailiang 日期:2014-09-28
Copier après la connexion

在Linux下可以使用tail -f工具实时查看输出的日志。最近切换到本地Windows开发环境,顿时有点不爽。百度了下,终于找到tail的Windows的实现版本。

1. 下载tail,解压后将tail.exe复制到Path路径下,以笔者为例,C:\Windows\System32;

2. 测试如下:

Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。D:\Users\wade.zhan><strong>tail --help</strong>tail 1.0.0.1 created by Jorgen BosmanUsage: tail [options] fileOptions:  -[x]f : Follow the file and display new lines as they are written to the file          Optionally display the x last lines first (default=10)  -n x  : Displays the last x lines of the file  -s x  : Sleeps x miliseconds between 2 read attempts for -f optionD:\Users\wade.zhan><strong>tail -f D:/temp/php-errors.log</strong>
Copier après la connexion

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal