rtail
File::Tail for Ruby
Install
- All systems
-
curl cmd.cat/rtail.sh
- Debian
-
apt-get install ruby-file-tail
- Ubuntu
-
apt-get install ruby-file-tail
- Kali Linux
-
apt-get install ruby-file-tail
- Fedora
-
dnf install rubygem-file-tail
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-file-tail
- Raspbian
-
apt-get install ruby-file-tail
- Dockerfile
- dockerfile.run/rtail
rubygem-file-tail
File::Tail for Ruby
ruby-file-tail
Ruby library for following still-growing files
Small ruby library that allows it to "tail" files in Ruby, including following a file that still is growing, like the UNIX command 'tail -f' can.