<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Linux_tail</id>
		<title>Linux tail - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Linux_tail"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Linux_tail&amp;action=history"/>
		<updated>2026-05-20T11:22:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Linux_tail&amp;diff=422&amp;oldid=prev</id>
		<title>Jfreier: Created page with 'Tail is a tool for reading logs.   == Follow ==  Follow a log and auto update when log appends.   tail -f server.log   == Number of Lines ==  Get the last number of lines in a lo…'</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Linux_tail&amp;diff=422&amp;oldid=prev"/>
				<updated>2011-10-04T19:29:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Tail is a tool for reading logs.   == Follow ==  Follow a log and auto update when log appends.   tail -f server.log   == Number of Lines ==  Get the last number of lines in a lo…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Tail is a tool for reading logs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Follow ==&lt;br /&gt;
&lt;br /&gt;
Follow a log and auto update when log appends.&lt;br /&gt;
  tail -f server.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Number of Lines ==&lt;br /&gt;
&lt;br /&gt;
Get the last number of lines in a log file.&lt;br /&gt;
&lt;br /&gt;
This example gets the last 100 lines in the log.&lt;br /&gt;
  tail -100 server.log&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>