mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-09 22:03:26 +00:00
21 lines
195 B
Markdown
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/
|
|
```
|