re-tail

Print only new trailing content of stream

re-tail

Print only new trailing content from second file

Usage

echo "1" >  old.txt
echo "2" >> old.txt
echo "3" >> old.txt
cp old.txt new.txt
echo "4" >> new.txt
echo "5" >> new.txt
re-tail old.txt new.txt
# 4
# 5

Installation

shards build
cp bin/re-tail /usr/bin/
Repository

re-tail

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • almost 4 years ago
  • May 20, 2020
License

MIT License

Links
Synced at

Mon, 06 May 2024 07:04:40 GMT

Languages