[go: up one dir, main page]

File: coreutils.NEWS

package info (click to toggle)
coreutils 6.10-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,128 kB
  • ctags: 14
  • sloc: makefile: 133; sh: 21
file content (14 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
coreutils (5.96-3) unstable; urgency=low

  * The POSIX compatibility level is now set to POSIX 1003.1-2001, 
    which affects the syntax for several commands.  For transition 
    purposes, "sort +number" and "tail +number" will be supported 
    for the etch release. Note that these usages are deprecated, and 
    will be removed in etch+1; the recommended usage is "sort -k number" 
    and "tail -n +number". Also, "uniq +number" should be replaced with 
    "uniq -s number" and "touch number filename" should be replaced with
    "touch -t number filename". To revert to the older syntax, set the
    environment variable _POSIX2_VERSION to "199209".

 -- Michael Stone <mstone@debian.org>  Sat, 27 May 2006 12:56:18 -0400