Re: coreutils-5.1.3 released: bug-fix-only, candidate for stable 5.2.0

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

 



Paul Eggert writes:
 > Daniel Jacobowitz <drow@xxxxxxxxx> writes:
 > > $ a='a\b'
 > > $ set | grep '^a='
 > > a='a\b'
 > > $ echo "$a"
 > > a
 > > $
 > POSIX says that the last echo is equivalent to
 > 
 > $ echo 'a\b'
 > 
 > and that the results are implementation-defined, since 'echo' has
 > undefined behavior if its operands contain a backslash.  (On
 > XSI-conformant systems, the system must print a backslash; perhaps
                                                   ^^^^^^^^^
 > that's what ash did.)

s/backslash/backspace/

-- 
Jeff Sheinberg




[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux