summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
AgeCommit message (Collapse)Author
2001-11-10tweak locale-related somments for sortJim Meyering
2001-11-10(Date directives): Document %u.Jim Meyering
2001-11-08(paste invocation): Give examples.Jim Meyering
Thanks to Dan Jacobson for suggesting the examples.
2001-11-05(sort invocation): Recommend setting LC_ALL=C,Jim Meyering
not LC_COLLATE=C. Explain how the latter can cause problems. Based on a message from Paul Eggert. (ls invocation): Recommend setting LC_ALL=C, not LC_COLLATE=C.
2001-10-21(cp invocation): Describe --reply=...Jim Meyering
2001-10-17(cp invocation): `cp --no-dereference' isJim Meyering
no longer equivalent to `cp -d'. `cp -d' is equivalent to `--no-dereference --preserve=links'. cp's -P option means --no-dereference, not --parents. Describe new optional argument to --preserve. Describe new option: --no-preserve=ATTRIBUTE_LIST.
2001-09-16(mv invocation): Describe new option: --reply={yes,no,query}. Fix a few typos.Jim Meyering
2001-09-16(uniq invocation): The input need notJim Meyering
be sorted. Try to clarify -d versus -D versus -u.
2001-09-12(tail invocation): Document new option: -F.Jim Meyering
From Herbert Xu.
2001-09-07New 'uname' options -i or --hardware-platform,Jim Meyering
and -o or --operating-system. 'uname -a' now outputs -i and -o information at the end. New uname option --kernel-version is an alias for -v. Uname option --release has been renamed to --kernel-release, and --sysname has been renamed to --kernel-name; the old options will work for a while, but are no longer documented.
2001-09-06(join invocation): Describe the GNUJim Meyering
extension to join, which does not require sorted input when the input contains no unpairable lines.
2001-08-26expr now uses LC_COLLATE for string comparison, as per POSIX.Jim Meyering
2001-08-25Use @option, rather than @samp everywhere.Jim Meyering
2001-08-24(cut invocation): Document how cut treats lines with no separators.Jim Meyering
2001-08-24'expr' now requires '+' rather than 'quote' to quote tokens.Jim Meyering
2001-08-21wording tweakJim Meyering
2001-08-18fix typoJim Meyering
2001-08-14fix typo: s/-quiet/--quiet/Jim Meyering
From: noon@cote-dazur.com (Fabrice Bauzac)
2001-07-14(cp invocation): Reflect 2001-07-08 change to cp (via copy.c).Jim Meyering
2001-06-16Reflect renaming: s/omni-/core/.Jim Meyering
2001-06-16renamed from omni-utils.texiJim Meyering