https://github.com/bpkg/rtail
Easily tail a file over ssh
https://github.com/bpkg/rtail
Last synced: 9 months ago
JSON representation
Easily tail a file over ssh
- Host: GitHub
- URL: https://github.com/bpkg/rtail
- Owner: bpkg
- License: mit
- Created: 2014-04-08T13:11:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T07:23:25.000Z (over 2 years ago)
- Last Synced: 2025-04-13T14:06:48.486Z (12 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 14
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rtail
=====
Easily tail a file over ssh
## install
[bpkg](https://github.com/bpkg/bpkg)
```sh
$ bpkg install rtail -g
```
or
```sh
$ make install
```
## usage
```sh
$ rtail somehost.com -f /var/log/host.log
```
## license
MIT