bug#13388: Date of 2012-10-21: "invalid date". Bug?

2013-01-08 Thread danilo
Hi, When I try to get the date of 2012-10-21: root@cidLogin:~# date -d 20121021 date: invalid date `20121021' Is this a bug? The result is the same both in Opensuse Tumbleweed and Ubuntu 12.04. Thanks and sorry for disturbing, Danilo Luvizotto

bug#9252: a bug in cut

2011-08-05 Thread Danilo Moraes
I have found a little bug (i guess). See that: a=danilo echo $a | cut -c -5 # shows danil a=dánilo echo $a | cut -c 5 # shows dáni The option -b equal works. The cut is ignoring the letters with acentuation. I read in infopages this: `-c CHARACTER-LIST' `--characters=CHARACTER

bug#9253: bug in cut - more information

2011-08-05 Thread Danilo Moraes
I have found a little bug in cut(i guess). See that: a=danilo echo $a | cut -c -5 # shows danil a=dánilo echo $a | cut -c 5 # shows dáni The option -b equal works. The cut is ignoring the letters with acentuation. I read in infopages this: `-c CHARACTER-LIST' `--characters=CHARACTER

Re: Problems after installing Coreutils 5.0.91 or other 5.0.x onGentoo 1.4

2003-11-22 Thread Danilo Piazzalunga
, on an i686 (Celeron Coppermine) host running debian unstable, using gcc 3.3.2 ~/src/coreutils-5.0 $ ./configure CFLAGS="-malign-double" && make [...] ~/src/coreutils-5.0 $ ./src/ls -l total 18713959260 -rw-r--r--1 danilo danilo 17592186044416 2003-11-20 23:56 ABOUT-NLS -rw-