|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
How do produce output similar to what unix date produces in C?
______________________________________________________________________
Kari Kivisalo http://www.kivisalo.net
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 02 Oct 2000 17:07:50 +0300, Kari Kivisalo wrote:
>
>How do produce output similar to what unix date produces in C?
strftime(3)
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Proudly not helping RIAA and SDMI steal my rights --
http://www.eff.org/Misc/EFF/Newsletters/EFFector/HTML/effect13.08.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ron Parker wrote:
>
> strftime(3)
It's all clear to me now. On three different occasions I tried to find
just this fuction and failed. The joy of unix man pages.
BTW, I haven't heard of a single person that learned to use tar by
reading it's man page :)
______________________________________________________________________
Kari Kivisalo http://www.kivisalo.net
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 02 Oct 2000 17:45:55 +0300, Kari Kivisalo wrote:
>Ron Parker wrote:
>>
>> strftime(3)
>
>It's all clear to me now. On three different occasions I tried to find
>just this fuction and failed. The joy of unix man pages.
>
>BTW, I haven't heard of a single person that learned to use tar by
>reading it's man page :)
I did.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Proudly not helping RIAA and SDMI steal my rights --
http://www.eff.org/Misc/EFF/Newsletters/EFFector/HTML/effect13.08.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> BTW, I haven't heard of a single person that learned to use tar by
> reading it's man page :)
I did! It's just a matter of trial'n error! ;)
--
+-------------------------+----------------------------------+
| Simon Lemieux | Website : http://www.666Mhz.net |
| Email : Sin### [at] 666Mhznet | POV-Ray, OpenGL, C++ and more... |
+-------------------------+----------------------------------+
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes, I did. And I also learned about gzip and gunzip from the man pages.
Brendan
Kari Kivisalo wrote:
> Ron Parker wrote:
> >
> > strftime(3)
>
> It's all clear to me now. On three different occasions I tried to find
> just this fuction and failed. The joy of unix man pages.
>
> BTW, I haven't heard of a single person that learned to use tar by
> reading it's man page :)
>
> ______________________________________________________________________
> Kari Kivisalo http://www.kivisalo.net
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |