bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread Pádraig Brady
On 15/01/15 16:01, 積丹尼 Dan Jacobson wrote: I'm saying please don't force me to need LC_ALL=C to make the quotes U+0027 APOSTROPHE always. Long ago there were no quotes. Then somebody thought quotes looked pretty, so they added U+0027 APOSTROPHE always. Then somebody else thought `'

bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread 積丹尼 Dan Jacobson
All I know is in xterm I click three times and all of '...' including the quotes gets copied, which is fine with me. Just keep it all 0x27.

bug#19609: coreutils tests on illumos

2015-01-15 Thread Alexander Pyhalov
Hello. I was looking at coreutils test suite on illumos. There are currently about 5 failing tests. First are 2 df tests. They assume that struct mntent *getmntent (FILE *fp) is used by df. But it's not true on SystemV. Instead, int getmntent (FILE *fp, struct mnttab *mp) is used. Patches to

bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread 積丹尼 Dan Jacobson
I'm saying please don't force me to need LC_ALL=C to make the quotes U+0027 APOSTROPHE always. Long ago there were no quotes. Then somebody thought quotes looked pretty, so they added U+0027 APOSTROPHE always. Then somebody else thought `' looks cooler than '' and made it that way.

bug#19604: echo --help does not work

2015-01-15 Thread prateek goyal
So even if I execute following command, it gives same result: env POSIXLY_CORRECT=1 echo --help prateek@prateek-pc:~/Documents/awk$ env POSIXLY_CORRECT=1 echo --help --help Thanks, prateek On 15 January 2015 at 19:39, Eric Blake ebl...@redhat.com wrote: On 01/15/2015 04:36 AM, Pádraig Brady

bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread Pádraig Brady
On 15/01/15 17:28, 積丹尼 Dan Jacobson wrote: All I know is in xterm I click three times and all of '...' including the quotes gets copied, which is fine with me. Just keep it all 0x27. Ah right that's an xterm specific feature. See XTerm*on3Clicks here:

bug#19604: echo --help does not work

2015-01-15 Thread Pádraig Brady
tag 19604 notabug close 19604 stop On 15/01/15 06:20, prateek goyal wrote: Hi, when I try to use --help option with echo command, it does not print help contents, but prints --help. prateek@prateek-pc:~/Documents/awk$ echo --help --help You're actually using your shell's echo

bug#19604: echo --help does not work

2015-01-15 Thread prateek goyal
Hi, when I try to use --help option with echo command, it does not print help contents, but prints --help. prateek@prateek-pc:~/Documents/awk$ echo --help --help Version and OS: Linux prateek-pc 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread 積丹尼 Dan Jacobson
I am glad that these days plain ' is being used instead of goofy `' $ LC_ALL=C cp -v /dev/null /tmp/$RANDOM 21 '/dev/null' - '/tmp/29920' That way one can not worry about copy and pasting them with the mouse. The problem is, if I don't use LC_ALL=C then I get the goofy ones, even high bit too.

bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-15 Thread Pádraig Brady
On 15/01/15 11:38, 積丹尼 Dan Jacobson wrote: I am glad that these days plain ' is being used instead of goofy `' $ LC_ALL=C cp -v /dev/null /tmp/$RANDOM 21 '/dev/null' - '/tmp/29920' That way one can not worry about copy and pasting them with the mouse. The problem is, if I don't use

bug#19604: echo --help does not work

2015-01-15 Thread Eric Blake
On 01/15/2015 04:36 AM, Pádraig Brady wrote: tag 19604 notabug close 19604 stop On 15/01/15 06:20, prateek goyal wrote: Hi, when I try to use --help option with echo command, it does not print help contents, but prints --help. prateek@prateek-pc:~/Documents/awk$ echo --help --help