Files
jumpserver/websocket/node_modules/node-tail/README.md
2015-01-25 22:20:07 +08:00

21 lines
195 B
Markdown

#node-tail
Web `tail` - display last part of a file
##install
```
npm install -g node-tail
```
##usage
```
node-tail -p 3000 ~/file.log
```
open in browser
```
http://localhost:3000/
```