Re: "echo -e" bug

2008-07-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Panin wrote: > Hi! > > I can't make echo to show \n and \r symbols. According to 'man echo', > there's a way to do this by using '-e' option. > > However, this doesn't help. Doesn't even matter which option I choose > (even 'echo -e \015'), it

Re: [PATCH]: Fix for several getdate.y issues

2008-07-02 Thread Jim Meyering
Ondřej Vašík <[EMAIL PROTECTED]> wrote: ... > From 9eb2711cd03b3825e36cff33e7e7fccbbfc504d1 Mon Sep 17 00:00:00 2001 > From: =?utf-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <[EMAIL PROTECTED]> > Date: Fri, 27 Jun 2008 17:37:40 +0200 > Subject: [PATCH] *lib/getdate.y: Factorize duplicate code for relative

"echo -e" bug

2008-07-02 Thread Andrew Panin
Hi! I can't make echo to show \n and \r symbols. According to 'man echo', there's a way to do this by using '-e' option. However, this doesn't help. Doesn't even matter which option I choose (even 'echo -e \015'), it just shows '015' literally. A bug? -- ICQ: 343-260-671 | Skype: andrew.pani

[PATCH]: who -r empty last runlevel + missing informations about some who options in coreutils.texi

2008-07-02 Thread Ondřej Vašík
Hello, In rhbz #453249 Gian Piero De Lolliis ([EMAIL PROTECTED]) reported missing last runlevel in who -r. Command runlevel displayed last runlevel 'N' - which should be displayed as last=S in who -r. Attached patch fixes that issue (another possibility could be to not display "last=" at all for th