<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Change&nbsp; tail --lines=20 -/.xsessions-errors&nbsp; to&nbsp; tail --lines=20 ~/.xsessions-errors.<br><br>----- Original Message -----<br>From: "WILLIAM PATTERSON+I*I SMITH" &lt;wpsmithii@msn.com&gt;<br>To: clue-tech@cluedenver.org<br>Sent: Wednesday, November 18, 2009 3:33:33 PM GMT -07:00 US/Canada Mountain<br>Subject: RE: [clue-tech] Missing Synaptic [was Re: Grab your coat, it'sstill on!]<br><br>

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>

Jed, I've absolutely no idea what I'm trying to do.<br>[bill@localhost ~]$ tail --help<br>Usage: tail [OPTION]... [FILE]...<br>Print the last 10 lines of each FILE to standard output.<br>With more than one FILE, precede each with a header giving the file name.<br>With no FILE, or when FILE is -, read standard input.<br><br>Mandatory arguments to long options are mandatory for short options too.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --retry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keep trying to open a file even if it is<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inaccessible when tail starts or if it becomes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inaccessible later; useful when following by name,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i.e., with --follow=name<br>&nbsp; -c, --bytes=N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output the last N bytes<br>&nbsp; -f, --follow[={name|descriptor}]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output appended data as the file grows;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -f, --follow, and --follow=descriptor are<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; equivalent<br>&nbsp; -F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same as --follow=name --retry<br>&nbsp; -n, --lines=N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output the last N lines, instead of the last 10<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --max-unchanged-stats=N<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with --follow=name, reopen a FILE which has not<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; changed size after N (default 5) iterations<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to see if it has been unlinked or renamed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (this is the usual case of rotated log files)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --pid=PID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with -f, terminate after process ID, PID dies<br>&nbsp; -q, --quiet, --silent&nbsp;&nbsp;&nbsp; never output headers giving file names<br>&nbsp; -s, --sleep-interval=S&nbsp;&nbsp; with -f, sleep for approximately S seconds<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (default 1.0) between iterations.<br>&nbsp; -v, --verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; always output headers giving file names<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --help&nbsp;&nbsp;&nbsp;&nbsp; display this help and exit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --version&nbsp; output version information and exit<br><br>If the first character of N (the number of bytes or lines) is a `+',<br>print beginning with the Nth item from the start of each file, otherwise,<br>print the last N items in the file.&nbsp; N may have a multiplier suffix:<br>b 512, k 1024, m 1024*1024.<br><br>With --follow (-f), tail defaults to following the file descriptor, which<br>means that even if a tail'ed file is renamed, tail will continue to track<br>its end.&nbsp; This default behavior is not desirable when you really want to<br>track the actual name of the file, not the file descriptor (e.g., log<br>rotation).&nbsp; Use --follow=name in that case.&nbsp; That causes tail to track the<br>named file by reopening it periodically to see if it has been removed and<br>recreated by some other program.<br><br>Report bugs to &lt;bug-coreutils@gnu.org&gt;.<br><br><br>&gt; Date: Wed, 18 Nov 2009 15:17:46 -0700<br>&gt; From: cluemail@jbaer.cotse.net<br>&gt; To: clue-tech@cluedenver.org<br>&gt; Subject: Re: [clue-tech] Missing Synaptic [was Re: Grab your coat, it'sstill        on!]<br>&gt; <br>&gt; On Wed, 18 Nov 2009 15:14:15 -0700<br>&gt; WILLIAM PATTERSON+I*I SMITH wrote:<br>&gt; <br>&gt; &gt; [bill@localhost ~]$ tail --lines=20 -/.xsessions-errors<br>&gt; &gt; tail: invalid option -- '/'<br>&gt; &gt; Try `tail --help' for more information.<br>&gt; &gt; [bill@localhost ~]$<br>&gt; <br>&gt; Did you try 'tail --help' and see what it told you? Or even 'man tail'?<br>&gt; <br>&gt; -- <br>&gt; Ok, so we should be thinking of a lovable, cuddly, stuffed penguin<br>&gt; sitting down after having gorged itself on herring. Still with me? <br>&gt;  -- Linux Torvalds<br>&gt; _______________________________________________<br>&gt; clue-tech mailing list<br>&gt; clue-tech@cluedenver.org<br>&gt; http://www.cluedenver.org/mailman/listinfo/clue-tech<br>                                               <br>_______________________________________________
clue-tech mailing list
clue-tech@cluedenver.org
http://www.cluedenver.org/mailman/listinfo/clue-tech</div></body></html>