From: kevq-ml@banana.demon.co.uk (Kevin F. Quinn)
Subject: B19: "tail" parameter faults
14 May 1998 12:37:45 -0700
Message-ID: <199805141415.PAA20009.cygnus.gnu-win32@linux.compd.com>
References: <4575832C8E71D111AC4100A0C96B512701410C03@FMSMSX36>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
To: gnu-win32@cygnus.com

Just a quickie - I've noticed that (for example)

  tail -1 fred.txt harry.txt

fails, whereas

  tail --lines=1 fred.txt harry.txt

and

  tail -1 fred.txt

work fine.  I think it was OK in B18 - I don't recall having any
problems with it then.

Using B19.1, with bash as the shell.

Kev.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
