From e9bc98ca27f9929d8d9594935a6c20906cee85d3 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 1 Jul 2023 10:45:50 -0400 Subject: [PATCH] =?UTF-8?q?Added=20=C2=ABtail=C2=BB=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-dictionary.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-dictionary.tex b/linux-dictionary.tex index cd106b6..9e8cc98 100644 --- a/linux-dictionary.tex +++ b/linux-dictionary.tex @@ -411,7 +411,7 @@ Additional modern abbreviations used include: \subsection{tail -- zip} \end{centering} -\item[tail] +\item[tail] A command line utility for printing data from the end of a specified file or files to \texttt{stdout}. It is useful for monitoring log files. \item[tar] A command for archiving files into tarballs. As a noun, it is also shorthand for the tarball itself.