Difference between revisions of "Tail"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
* <code>tail -f</code> or <code>tail --follow=descriptor</code>
+
* <code>tail -f</code> or <code>tail --follow=descriptor</code> (As of version 7.5 of <code>[[coreutils]]</code> tail --follow uses [[inotify]] to avoid polling for changes)
 
* <code>tail --follow=name</code>
 
* <code>tail --follow=name</code>
 
* <code>tail -qF</code>
 
* <code>tail -qF</code>

Revision as of 05:59, 25 August 2020

This article is a Draft. Help us to complete it.
  • tail -f or tail --follow=descriptor (As of version 7.5 of coreutils tail --follow uses inotify to avoid polling for changes)
  • tail --follow=name
  • tail -qF
-q quiet


Related commands


See also

Advertising: