bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19240: cut 8.22 adds newline


From: Bob Proulx
Subject: bug#19240: cut 8.22 adds newline
Date: Thu, 4 Dec 2014 13:24:36 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

Additional interesting cases from my friend Ken.

  HP-UX 11.31 (and earlier)
  # printf "one two" | cut -d' ' -f2
  #

  AIX 4.3 (and presumably also earlier releases)
  # printf "one two" | cut -d' ' -f2
  #

  Tru64 V5.0A
  # printf "one two" | cut -d' ' -f2
  #

  AIX 5.2 (and later releases)
  # printf "one two" | cut -d' ' -f2
  two
  #

  Solaris 11 (and earlier)
  # printf "one two" | cut -d' ' -f2
  two
  # printf "one two" | cut -c5-7
  two#





reply via email to

[Prev in Thread] Current Thread [Next in Thread]