Skip to content

Commit

Permalink
Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Sep 5, 2019
1 parent c009c7c commit 72dec39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
@@ -1,15 +1,12 @@
1.0.2 (2019-09-05)
------------------

- Relicensed to 2-clause BSD.

1.0.1 (2018-11-08)
------------------

- Fixed default format string.
- Now pledge()d on OpenBSD.

1.0 (2018-11-07)
----------------

Initial release.
8 changes: 0 additions & 8 deletions README.md
@@ -1,14 +1,11 @@
dated
=====

Add a timestamp to every line of a stream:

... | **dated** [**-f** *format*]


Description
-----------

**dated** copies standard input to standard output, prepending the date and
time to every line.

Expand All @@ -19,10 +16,8 @@ the local date notation, a space, the local time notation, and another space.
Note: there is no way to get subsecond precision, a limitation of
[strftime(3)](http://man.openbsd.org/strftime.3).


Examples
--------

Watch a file with [tail(1)](http://man.openbsd.org/tail.1) and see when lines
were added:

Expand All @@ -36,10 +31,8 @@ Change the output format:
[21:32] Hello
[21:33] World!


Running
-------

Should work on any Unix, including Linux and macOS.

Mac users can install from
Expand All @@ -53,7 +46,6 @@ To compile, install and uninstal from source:
make install [DESTDIR=] [PREFIX=/usr/local] [MANPREFIX=PREFIX/man]
make uninstall [DESTDIR=] [PREFIX=/usr/local] [MANPREFIX=PREFIX/man]


Authors
-------
Sijmen J. Mulder (<ik@sjmulder.nl>)

0 comments on commit 72dec39

Please sign in to comment.