ple is:
rsyncEndSec=`perl -e "print time;"`
-Original Message-
From: Bill Au [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:40 AM
To: solr-user@lucene.apache.org
Subject: distribution scripts on Solaris
I am working on bug SOLR-282:
https://issues.apache.org/jira/brow
You can use perl to get the sec, an example is:
rsyncEndSec=`perl -e "print time;"`
-Original Message-
From: Bill Au [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:40 AM
To: solr-user@lucene.apache.org
Subject: distribution scripts on Solaris
I am working on bu
-Original Message-
From: Bill Au [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:40 AM
To: solr-user@lucene.apache.org
Subject: distribution scripts on Solaris
I am working on bug SOLR-282:
https://issues.apache.org/jira/browse/SOLR-282
and noticed that the code in the
I am working on bug SOLR-282:
https://issues.apache.org/jira/browse/SOLR-282
and noticed that the code in the scripts to measure elapsed time also does
not work on Solaris as the date command there does not support the "%s"
format.
Anyone know of a good way to measure the elapsed time on Solari