sh.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Oct 2011 13:04:09 +0300
changeset 1052 fbbc2fb0a2ac
parent 890 6f835a47d0e0
permissions -rw-r--r--
Fix: (WARNING/2) Inline emphasis start-string without end-string.

-*- mode: outline; coding: utf-8 -*-

* Kill processes after timeout.

  $ yes xxx& p1=$! ; yes ===& p2=$! ; sleep 2; kill $p1; kill $p2