Jim Meyering
bd5a2dc9e1
(cut invocation): Note that when using -f, lines with no delimiters are
...
also printed.
2000-09-07 07:08:39 +00:00
Jim Meyering
c2177b12b3
Portable shell scripts should specify global options before key fields.
...
Move global LC_CTYPE remark to each sort option that depends on LC_CTYPE.
sort -g depends on LC_NUMERIC.
Add @vindex where it's missing.
"radix character" -> "decimal-point character", to match Standard C
terminology, which is easier for most people to follow.
"comm" does not consider trailing newlines to be significant.
2000-08-11 20:59:49 +00:00
Jim Meyering
2ed0078725
Recommend against the System V syntax
...
for tr ranges, and don't use it in examples. Use POSIX
classes rather than ranges, for portability.
2000-08-11 09:11:20 +00:00
Jim Meyering
f64320db7b
(wc invocation): Update accordingly.
2000-08-11 09:10:22 +00:00
Jim Meyering
051a7c856a
*** empty log message ***
2000-08-01 07:52:26 +00:00
Jim Meyering
449a130ddb
ranges vs ebcdic
2000-08-01 07:39:56 +00:00
Jim Meyering
9b14de28be
sort's -T option can now appear multiple times.
2000-07-29 05:31:44 +00:00
Jim Meyering
a2d975a44d
Lots of minor rewording and grammar correction.
...
From Brian Youmans.
2000-06-24 11:53:51 +00:00
Jim Meyering
db01eaed39
(tail invocation): Remove description.
2000-04-16 16:03:44 +00:00
Jim Meyering
290fd86565
Include constants.texi.
...
(tail invocation): Use `@value's instead of referring to the
output of `tail --help'.
2000-04-09 09:13:42 +00:00
Jim Meyering
9394a8280f
.
2000-04-06 13:39:07 +00:00
Jim Meyering
65b35a9e36
Do not consider newline to be part of a line when comparing lines
...
in `sort' and `comm'. POSIX.2 requires that we consider newline,
but this is a bug in the spec and the bug will likely be fixed.
1999-11-04 23:13:40 +00:00
Jim Meyering
ff220fd012
add comma
1999-11-03 12:20:11 +00:00
Jim Meyering
46f2e4efeb
another example for tr -- illustrating problems with `-' in ranges..
1999-10-02 11:46:53 +00:00
Jim Meyering
6c4caf0dbf
*** empty log message ***
1999-10-02 11:42:26 +00:00
Jim Meyering
47ac7c933a
paste --delimiters: add missing `='
1999-08-18 16:21:16 +00:00
Jim Meyering
a2267a42f8
--pid vs djgpp
1999-08-15 12:56:33 +00:00
Jim Meyering
531ced1819
Document how to ignore newline during sort
1999-08-12 15:16:04 +00:00
Jim Meyering
5e8ad5a577
*** empty log message ***
1999-07-31 09:03:43 +00:00
Jim Meyering
b1476fec95
*** empty log message ***
1999-07-30 21:10:59 +00:00
Jim Meyering
48cb109a87
*** empty log message ***
1999-07-30 21:04:18 +00:00
Jim Meyering
f18a0a4331
*** empty log message ***
1999-07-30 21:03:35 +00:00
Jim Meyering
9200ad37c9
document tail's new option: --pid=PID
1999-07-30 21:02:54 +00:00
Jim Meyering
35c14d81cf
wc vs. POSIXLY_CORRECT
1999-07-20 08:03:49 +00:00
Jim Meyering
8e369dfcaa
remove @key uses, rewrite --sep-string, small cleanups
1999-07-18 13:58:57 +00:00
Jim Meyering
a06c23be9b
Document new tail options.
1999-07-15 16:07:15 +00:00
Jim Meyering
ad72fa61c8
Document locale-specific mode for comm.
1999-07-04 10:21:39 +00:00
Jim Meyering
3ba3797506
Use lower case characters in sc{} context.
...
Reported by Eli Zaretskii.
1999-07-04 09:05:08 +00:00
Jim Meyering
b38198f365
(Squeezing): Remove misleading square brackets
...
from SET1 in the one-word-per-line example.
1999-05-25 16:38:19 +00:00
Jim Meyering
be6aea6fb9
Document locale-specific changes to `sort',
...
as well as the new, POSIX-compliant definition of line comparison,
and -g's more careful treatment of NaNs, infinities and zeros.
1999-05-22 12:52:41 +00:00
Jim Meyering
8fb3745a09
add emphasis that sort's -k M,N is inclusive
1999-04-30 22:35:54 +00:00
Jim Meyering
2003f808c7
(cut invocation): Describe --output-delimiter.
1999-03-13 17:26:44 +00:00
Jim Meyering
4433aaa043
Big pr update from Roland Huebner.
1999-03-07 13:56:47 +00:00
Jim Meyering
e91bb3d2e9
typos, s/@code/@env/ for envvars
1999-02-08 00:03:16 +00:00
Jim Meyering
7f7cdc86f9
Wrap the @top node in @ifnottex instead of
...
@ifinfo so `makeinfo --html ...' works. From Karl Berry.
1999-01-31 23:15:30 +00:00
Jim Meyering
65c540d59c
Tweak grammar in description of ptx's --break-file=FILE option.
1999-01-18 16:30:20 +00:00
Jim Meyering
a90a97ba1d
Harmonization of @samp use for options.
1999-01-18 16:23:48 +00:00
Jim Meyering
8d598fb33d
*** empty log message ***
1999-01-10 22:06:15 +00:00
Jim Meyering
37f6675617
*** empty log message ***
1999-01-09 21:20:02 +00:00
Jim Meyering
a31aa355b3
tsort docs
1999-01-02 19:32:14 +00:00
Jim Meyering
1b4f931bf4
.
1999-01-01 23:31:36 +00:00
Jim Meyering
7cb251e782
Add comments about peculiarities of Textutils operation on MS-DOS/MS-Windows.
1999-01-01 22:44:21 +00:00
Jim Meyering
c704267b26
*** empty log message ***
1999-01-01 21:56:21 +00:00
Jim Meyering
d7b702d0d0
avoid new warnings from texinfo-1.12b
1998-11-08 16:20:00 +00:00
Jim Meyering
6880f434c0
update bug-reporting address
1998-09-19 17:24:05 +00:00
Jim Meyering
f5443ca875
ptx documentation from Francois
1998-08-25 18:27:58 +00:00
Jim Meyering
bf598c02ba
add tr `double' script example
1998-05-07 14:32:59 +00:00
Jim Meyering
cbf0181378
s/@samp/@email/ for e-mail addresses
1998-03-25 07:38:24 +00:00
Jim Meyering
7d4a70eaff
*** empty log message ***
1998-01-25 10:51:55 +00:00
Jim Meyering
6327a7ad45
*** empty log message ***
1997-11-02 14:38:49 +00:00