title plecho
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  plecho - take stdin and print to stdout with timestamps
SYNOPSIS
  some-command | plecho [<input string>]
OPTIONS
  <input string>  Optional text to also prepend to every line.
DESCRIPTION
  Use `plecho(1)` to prepend timestamps of my original hard-coded format to standard out. 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
  `lecho(1)`
