Re: A simple bash script
From: Bill Marcum (bmarcum_at_iglou.com.urgent)
Date: 03/29/05
- Previous message: Chuck Dillon: "Re: Using make"
- In reply to: Phoe6: "Re: A simple bash script"
- Next in thread: Floyd L. Davidson: "Re: A simple bash script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 14:48:04 -0500
On 17 Mar 2005 13:38:36 -0800, Phoe6
<orsenthil@gmail.com> wrote:
>>> while [ $(date +%s) != 1111111111]
>>> whats wrong with this.
>
>>You need a space before the ].
>
> Thanks a lot. Its working now.
>
> dunno why I missed this :-(
>
> btw, do people here think of still better and interesting ways?
at $( date -d "Jan 1 1970 0000 UTC + 1111111111 seconds" )
-- "I deleted a file from my PC last week and I have just realized that I need it. If I turn my system clock back two weeks will I have my file back again?"
- Previous message: Chuck Dillon: "Re: Using make"
- In reply to: Phoe6: "Re: A simple bash script"
- Next in thread: Floyd L. Davidson: "Re: A simple bash script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]