| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
1.12: Note that this appeared at least as early as PWB UNIX.
Notes:
svn path=/stable/4/; revision=100030
|
| |
|
|
|
|
|
|
|
|
|
| |
o Make usage message and man page synopsis reflect the fact that -n
and -c are mutually exclusive.
o In order to perform faster when doing "head -n", use a pair of
fgetln/fwrite instead of getc/putchar.
o change a global into a local, misc style fixes.
Notes:
svn path=/stable/4/; revision=90724
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81777
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80147
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73879
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69768
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48792
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
bug:
"head -c <n>" never exit and loops forever (until it is killed),
if the input stream has fewer bytes than specified (n).
PR: bin/8225
Submitted-by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
Notes:
svn path=/head/; revision=40114
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27328
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27314
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24665
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23693
|
| |
|
|
|
|
|
|
|
|
| |
the next line of characters and not cause it to first get
the characters even if the count (cnt) has become 0.
Submitted by: R Bezuidenhout <rbezuide@mikom.csir.co.za>
Notes:
svn path=/head/; revision=14269
|
| |
|
|
|
|
|
|
|
| |
Closes PR # bin/678: head(1) ignore EOF
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
Notes:
svn path=/head/; revision=10064
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|