Difference between revisions of "Tail"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
  
* <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>
 +
:::<code>-q quiet</code>
  
== Related commands ==
 
* <code>[[journalctl]] -f</code>
 
  
 +
* [[Remove first line]]: <code>[[tail -n]] +2</code>
 +
 +
== Related ==
 +
* <code>[[journalctl -f]]</code>
 +
* <code>[[tail (PAN-OS)]]</code>
 +
* <code>[[kubectl logs --tail]]=35</code>
 +
* <code>[[stern]]</code>
 +
* [[Fluent Bit tail input]]
 +
* <code>[[ktail]]</code>
 +
* [[oura]]
 +
* <code>[[docker-compose logs]] --tail=100 -f</code>
 +
* [[Amazon CloudWatch Live Tail]] (2023)
  
 
== See also ==
 
== See also ==
 +
* {{tail}}
 
* {{cat}}
 
* {{cat}}
 
* {{grep}}
 
* {{grep}}
 +
* {{files}}
  
 
[[Category:Linux commands]]
 
[[Category:Linux commands]]

Latest revision as of 05:38, 13 February 2024

Advertising: