Bash command displays the end of files written recently:
find -type f -mtime -1 | xargs ls -tra | tail | xargs tail
Bicycling, Photography and Programming
Bash command displays the end of files written recently:
find -type f -mtime -1 | xargs ls -tra | tail | xargs tail