<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://rjgs.com.br/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Tail</id>
	<title>Tail - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://rjgs.com.br/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Tail"/>
	<link rel="alternate" type="text/html" href="https://rjgs.com.br/mediawiki/index.php?title=Tail&amp;action=history"/>
	<updated>2026-05-12T23:55:40Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://rjgs.com.br/mediawiki/index.php?title=Tail&amp;diff=282&amp;oldid=prev</id>
		<title>Rjgs: Criou página com &#039;= Tail =  == O que faz? ==  Comando do terminal Linux que retorna o final de um arquivo.  == Sintaxe ==   tail [OPTION]... [FILE]...  == Opções ==  * &#039;&#039;&#039;-c, --bytes=[+]NUM&#039;&#039;&#039;: output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file  * &#039;&#039;&#039;-f, --follow[={name|descriptor}]&#039;&#039;&#039;: output appended data as the file grows;an absent option argument means &#039;descriptor&#039;  * &#039;&#039;&#039;-F&#039;&#039;&#039;: o mesmo que --follow=name --retry  * &#039;&#039;&#039;-n, --lines=[+]NUM&#039;&#039;&#039;: output...&#039;</title>
		<link rel="alternate" type="text/html" href="https://rjgs.com.br/mediawiki/index.php?title=Tail&amp;diff=282&amp;oldid=prev"/>
		<updated>2024-09-18T11:42:40Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;= Tail =  == O que faz? ==  Comando do terminal Linux que retorna o final de um arquivo.  == Sintaxe ==   tail [OPTION]... [FILE]...  == Opções ==  * &amp;#039;&amp;#039;&amp;#039;-c, --bytes=[+]NUM&amp;#039;&amp;#039;&amp;#039;: output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file  * &amp;#039;&amp;#039;&amp;#039;-f, --follow[={name|descriptor}]&amp;#039;&amp;#039;&amp;#039;: output appended data as the file grows;an absent option argument means &amp;#039;descriptor&amp;#039;  * &amp;#039;&amp;#039;&amp;#039;-F&amp;#039;&amp;#039;&amp;#039;: o mesmo que --follow=name --retry  * &amp;#039;&amp;#039;&amp;#039;-n, --lines=[+]NUM&amp;#039;&amp;#039;&amp;#039;: output...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Tail =&lt;br /&gt;
&lt;br /&gt;
== O que faz? ==&lt;br /&gt;
&lt;br /&gt;
Comando do terminal Linux que retorna o final de um arquivo.&lt;br /&gt;
&lt;br /&gt;
== Sintaxe ==&lt;br /&gt;
&lt;br /&gt;
 tail [OPTION]... [FILE]...&lt;br /&gt;
&lt;br /&gt;
== Opções ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-c, --bytes=[+]NUM&amp;#039;&amp;#039;&amp;#039;: output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-f, --follow[={name|descriptor}]&amp;#039;&amp;#039;&amp;#039;: output appended data as the file grows;an absent option argument means &amp;#039;descriptor&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-F&amp;#039;&amp;#039;&amp;#039;: o mesmo que --follow=name --retry&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-n, --lines=[+]NUM&amp;#039;&amp;#039;&amp;#039;: output the last NUM lines, instead of the last 10; or use -n +NUM to output starting with line NUM&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--max-unchanged-stats=N&amp;#039;&amp;#039;&amp;#039;: with --follow=name, reopen a FILE which has not changed size after N (default 5) iterations to see if it has been unlinked or renamed (this is the usual case of rotated log files); with inotify, this option is rarely useful.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--pid=PID&amp;#039;&amp;#039;&amp;#039;: with -f, terminate after process ID, PID dies&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-q, --quiet, --silent&amp;#039;&amp;#039;&amp;#039;: never output headers giving file names&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-retry&amp;#039;&amp;#039;&amp;#039;: keep trying to open a file if it is inaccessible&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-s, --sleep-interval=N&amp;#039;&amp;#039;&amp;#039;: with -f, sleep for approximately N seconds (default 1.0) between iterations; with inotify and --pid=P, check process P at least once every N seconds&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-v, --verbose&amp;#039;&amp;#039;&amp;#039;: always output headers giving file names.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-z, --zero-terminated&amp;#039;&amp;#039;&amp;#039;: line delimiter is NUL, not newline&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--help&amp;#039;&amp;#039;&amp;#039;: display this help and exit&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--version&amp;#039;&amp;#039;&amp;#039;: output version information and exit&lt;br /&gt;
&lt;br /&gt;
== Autor ==&lt;br /&gt;
&lt;br /&gt;
Written by Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering.&lt;br /&gt;
&lt;br /&gt;
== Fonte ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man tail&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjgs</name></author>
	</entry>
</feed>