An open API service indexing awesome lists of open source software.

https://github.com/bitfinexcom/mutail

Simple and fast file(s) tail. Works with wildcards.
https://github.com/bitfinexcom/mutail

Last synced: 4 months ago
JSON representation

Simple and fast file(s) tail. Works with wildcards.

Awesome Lists containing this project

README

          

## mutail

A tail the world utility

```
mutail -f "pattern*.txt"
mutail -f "filename.txt"
mutail -f "pattern*.txt" --net --port 9999
```

```
options:

-f file : file | global patterns
--net : enables sending logs via TCP
--port : net destination port
```