sh.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 04 Dec 2011 20:20:14 +0200
changeset 1123 ea73f55d679d
parent 890 6f835a47d0e0
permissions -rw-r--r--
Installing and configuting documentation.

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

* Kill processes after timeout.

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