bug#30376: Dd in parrot

2018-02-06 Thread Bernhard Voelker
tag 30376 notabug close 30376 stop On 02/07/2018 02:28 AM, Chuk Robertson wrote: When issuing dd --help it is not recognized. Errors with '-' unknown I've tried dd --help, dd -help, dd -h, dd -help to no avail. dd --version fails too. Os is latest parrot, 4.14 kernel. You reached the GNU

bug#30376: Dd in parrot

2018-02-06 Thread Chuk Robertson
When issuing dd --help it is not recognized. Errors with '-' unknown I've tried dd --help, dd -help, dd -h, dd -help to no avail. dd --version fails too. Os is latest parrot, 4.14 kernel.

bug#26101: Counterproductive calculation order in date

2018-02-06 Thread Vincent Lefevre
On 2017-03-15 13:23:48 +0100, Ulf Zibis wrote: > A more simple example without touch: > $ date +%F > 2017-03-15 > $ date -d "-20 day" +%F > 2017-02-23 > $ date -d "-20 day -2 month" +%F > 2016-12-26 > $ date -d "-2 month -20 day" +%F > 2016-12-26 > > In the 2nd example I would expect: >