Path: utzoo!utgpu!watserv1!ria!lri.uwo.ca From: root@lri.uwo.ca (0000) Newsgroups: comp.sys.sgi Subject: unix tail command Message-ID: <9006011729.AA15471@lri.uwo.ca> Date: 1 Jun 90 17:29:58 GMT Sender: uucp@ria.ccs.uwo.ca Lines: 11 To: comp.sys.sgi@ria.ccs.uwo.ca If I want to print out the last line of each file I think the following command should do it: tail -1 * and if I want the first line of each file the following: head -1 * The head command works but the tail command does not! Is this a limitation of the tail command or is it a bug?