Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:19
Show Gist options
  • Save ezhov-da/92c9fe62d44413ce4b55ead04bf52b25 to your computer and use it in GitHub Desktop.
Save ezhov-da/92c9fe62d44413ce4b55ead04bf52b25 to your computer and use it in GitHub Desktop.
linux show last row file update
<pre>
watch tail -n 15 mylogfile.txt
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment