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

https://github.com/amboxer21/file-tail

A ruby implementation of tail -f -n0
https://github.com/amboxer21/file-tail

file io non-blocking non-blocking-io ruby tail

Last synced: 3 months ago
JSON representation

A ruby implementation of tail -f -n0

Awesome Lists containing this project

README

          

# file-tail
A ruby implementation of tail -f -n0

##### Usage:
```
anthony@ghost:~$ ruby tail.rb -f/var/log/auth.log
```

**Options:**
```
anthony@ghost:~$ ruby tail.rb --help

Usage: tail.rb --file-name=FILENAME or -fFILENAME

Option:
--help, Display this help messgage.

Option:
--filename, -f, File for the program to tail.
anthony@ghost:~$
```