title lecho
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  lecho - print to standard out with timestamps
SYNOPSIS
  lecho [<input string>]
OPTIONS
<input string>  Input text.
DESCRIPTION
  Use `lecho(1)` to prepend timestamps of my original hard-coded format to a string. Useful for logs.
BUGS
  Does not handle pipes. See `plecho(1)` for that.

  Date format is not ISO8601, and is also hard-coded.
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
  `plecho(1)`
