Colin S. Miller <[EMAIL PROTECTED]> wrote:
> for (( a=0 ; $a \< 10 ; a++ )) ;do date -d "5 april 2005 $a days";done
> Tue Apr 5 00:00:00 BST 2005
> [...]
Nice trick, that '$a days' thing.
The preamble could have been a bit shorter, though:
seq 10 | while read a; do date -d "5 april 2005 $a day
Paul,
It works. Thanks for the help.
Yong
On 10/28/05, Paul Jarc <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:> A problem I currently have is if there are some compiling errors in
> d4, the compiler will not stop, and keep working on d5, d6, d7.That's because the rule, as written, doesn'
Andre Poenitz wrote:
Colin S. Miller <[EMAIL PROTECTED]> wrote:
for (( a=0 ; $a \< 10 ; a++ )) ;do date -d "5 april 2005 $a days";done
Tue Apr 5 00:00:00 BST 2005
[...]
Nice trick, that '$a days' thing.
The preamble could have been a bit shorter, though:
seq 10 | while read a; do date -d
Hello,
I just build make 3.80 and running 'make check' I get failures on
targets/INTERMEDIATE
targets/SECONDARY
should I be concerned?
~Tom
___
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-uti