External links
Print only new trailing content from second file
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
shards build cp bin/re-tail /usr/bin/
re-tail
MIT License
Sun, 26 Oct 2025 15:26:40 GMT