#! /bin/sh
cd /home/c/czyborra/bucz
C=cat1/tippe.1
find man1/tippe.1 -newer $C -exec rm $C \;
env MANPATH=. xman -notopbox -helpfile $C
