search for: 02m

Displaying 7 results from an estimated 7 matches for "02m".

Did you mean: 02
2007 Nov 02
1
R timeDate does not allow seconds?
...r response. Your idea makes a lot of sense to me, but I've been unable to get seconds to work. I ended up with this format finally: "2007-10-31_16:20:22" Problem is I am unable to get it recognized as a date using timeDate(): R> timeDate(as.character(inputdate),format="%Y-%02m-%02d_%02H.%02M.%02S") Error in if (regexpr("/....", charvec[1])[[1]] > 0) return("%m/%d/%Y") : missing value where TRUE/FALSE needed The R-help archives said something about non-standard formats casuing a problem, but I believe (short of the underscore) that its...
2015 Nov 06
2
[PATCH supermin] build: use a custom test driver
...; >> $trs_file +echo ":guestfs-time: $(($end_t - $start_t))" >> $trs_file + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ebc748..49a8edf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,6 +17,8 @@ # # Written by Richard W.M. Jones <rjones@r...
2015 Nov 06
1
Re: [PATCH supermin] build: use a custom test driver
...ther or not you use emacs, but: > > > +# Local Variables: > > +# mode: shell-script > > +# sh-indentation: 2 > > +# eval: (add-hook 'write-file-hooks 'time-stamp) > > +# time-stamp-start: "scriptversion=" > > +# time-stamp-format: "%:y-%02m-%02d.%02H" > > +# time-stamp-time-zone: "UTC" > > +# time-stamp-end: "; # UTC" > > +# End: > > are super annoying. It even popped up when I opened the reply to this > email message. This is part of the test-driver file in upstream automake (whi...
2015 Nov 06
0
Re: [PATCH supermin] build: use a custom test driver
...n the output. I don't know whether or not you use emacs, but: > +# Local Variables: > +# mode: shell-script > +# sh-indentation: 2 > +# eval: (add-hook 'write-file-hooks 'time-stamp) > +# time-stamp-start: "scriptversion=" > +# time-stamp-format: "%:y-%02m-%02d.%02H" > +# time-stamp-time-zone: "UTC" > +# time-stamp-end: "; # UTC" > +# End: are super annoying. It even popped up when I opened the reply to this email message. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Rea...
2000 Dec 15
0
sshd demons
....ntn 9Dec 0 6days 0.11s 0.11s -bash johanfo pts/10 krs-dhcp005.stud Sun 1pm 5days 0.07s 0.07s -bash johanfo pts/11 krs-dhcp005.stud Sun 2pm 5days 0.12s 0.12s -bash fls pts/13 s120a.studby.ntn Sun 2pm 5days 0.21s 0.21s -bash kristob pts/15 c245-s33-r12h5.u 3:29pm 1:02m 0.13s 0.01s man 5 crontab johanfo pts/14 krs-dhcp005.stud Thu 8pm 19:49m 0.56s ? - johanfo pts/16 krs-dhcp005.stud Thu10pm 17:25m 0.07s 0.07s -bash johanfo pts/17 212.71.80.253 4:40pm 0.00s 0.31s ? - kristob pts/5 62.65.28.66 Thu12pm 28:36m 0.08s 0.08s...
2006 Jun 17
1
shell script segment fault when executed by crontab
...ation fault abstractsvrd -t $TABLENAME $billfile abstartct failed Sat Jun 17 15:53:01 CST 2006 But the shell script is normal when executed manual. The script like this, #!/bin/sh cd /home/bryan/bin echo start abstract bills `date` billfile=/data/bill.txt TABLENAME=t_AdInfo`date '+%04Y%02m%02d%02H'` cd /home/bryan/bin abstract -t $TABLENAME $billfile The abstract is a program that uses shared memory to compute the bill. Anyone can help? Thanks in advance. bryan -------------- next part -------------- HTML attachment scrubbed and removed
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...quot; . quoted_cmd (@cmd) . "\n"; - # FIXME-someday: include $PROCESS_STATUS in the diagnostic -} - -# Local Variables: -# indent-tabs-mode: nil -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "my $VERSION = '" -# time-stamp-format: "%:y-%02m-%02d %02H:%02M" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "'; # UTC" -# End: diff --git a/mkinstalldirs b/mkinstalldirs deleted file mode 100755 index d2d5f21..0000000 --- a/mkinstalldirs +++ /dev/null @@ -1,111 +0,0 @@ -#! /bin/sh -# mkinstalldirs --- make dire...