since
tail(1) work-alike that saves and uses state information
Install
- All systems
-
curl cmd.cat/since.sh
- Debian
-
apt-get install since
- Ubuntu
-
apt-get install since
- Kali Linux
-
apt-get install since
- Fedora
-
dnf install since
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install since
- OS X
-
brew install since
- Raspbian
-
apt-get install since
- Dockerfile
- dockerfile.run/since
since
tail(1) work-alike that saves and uses state information
since is a tail(1) work-alike that remembers how much of a file you have viewed and displays only what's new when you next view that file. Ideal for viewing log files (it'll only show what's new in the file since the last time it was run).