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
- Host: GitHub
- URL: https://github.com/amboxer21/file-tail
- Owner: amboxer21
- Created: 2020-03-18T12:24:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:51:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T23:18:22.632Z (10 months ago)
- Topics: file, io, non-blocking, non-blocking-io, ruby, tail
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:~$
```