[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Missing Something Obvious
From: |
David Boyce |
Subject: |
Re: Missing Something Obvious |
Date: |
Mon, 14 Nov 2011 14:55:58 -0500 |
On Mon, Nov 14, 2011 at 2:51 PM, Paul Smith <address@hidden> wrote:
> which is identical to:
>
> all:
> @ echo `date`
> @ sleep 10
> @ echo `date`
... which is functionally identical to:
all:
@ date
@ sleep 10
@ date
- Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Paul Smith, 2011/11/14
- Re: Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Paul Smith, 2011/11/14
- Re: Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Philip Guenther, 2011/11/14
- Re: Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Paul Smith, 2011/11/14
- Re: Missing Something Obvious,
David Boyce <=
- Re: Missing Something Obvious, Marc Smith, 2011/11/14
- Re: Missing Something Obvious, Paul Smith, 2011/11/14