git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tail -n not supported in all OSs
@ 2007-10-16 16:57 Jari Aalto
  2007-10-16 16:57 ` [PATCH] git-am.sh: Remove option -n from tail Jari Aalto
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jari Aalto @ 2007-10-16 16:57 UTC (permalink / raw)
  To: git


SunOS/Solaris tail(1) does not support option '-n'. The
following patches change occurrances of:

   tail -n <N>

to

   tail <N>

---------------------------------------------------------------------
REFERENCES:

User Commands                                             TAIL(1)
                        
NAME
     tail - output the last part of files

SYNOPSIS
     tail [OPTION]... [FILE]...

- - -

$ uname -a
SunOS host 5.9 Generic_118558-35 sun4u sparc SUNW,Serverblade1

$ echo | tail -n 1

usage: tail [+/-[n][lbc][f]] [file]
       tail [+/-[n][l][r|f]] [file]                     

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-10-16 22:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 16:57 [PATCH] tail -n not supported in all OSs Jari Aalto
2007-10-16 16:57 ` [PATCH] git-am.sh: Remove option -n from tail Jari Aalto
2007-10-16 16:57   ` [PATCH] git-commit.sh: " Jari Aalto
2007-10-16 16:57     ` [PATCH] git-rebase--interactive.sh: " Jari Aalto
2007-10-16 17:18     ` [PATCH] git-commit.sh: " Johannes Schindelin
2007-10-16 17:12 ` [PATCH] tail -n not supported in all OSs David Brown
2007-10-16 17:16 ` YOSHIFUJI Hideaki / 吉藤英明
2007-10-16 17:19 ` Johannes Schindelin
2007-10-16 20:37 ` Florian Weimer
2007-10-16 22:06 ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).