From owner-freebsd-questions Tue Jan 11 14:42:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id D083F152BB for ; Tue, 11 Jan 2000 14:42:32 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id RAA54387; Tue, 11 Jan 2000 17:42:07 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001112242.RAA54387@benge.graphics.cornell.edu> To: Vlad Skvortsov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: crontab option letters are too close on the keyboard In-Reply-To: Message from Vlad Skvortsov of "Tue, 11 Jan 2000 23:14:01 +0300." <20000111231400.Y931@high.net.ru> Date: Tue, 11 Jan 2000 17:42:07 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I wonder if crontab option -r is, err, standard/widely used in > different unices than FreeBSD ? At a quick glance I see -r exists in HPUX, SunOS, and IRIX, so I guess the answer is yes. > If no, may be it would better to change it to, for example, -R ? I've > had situation when having pressed 'r' instead of 'e' (they are > close!) I had lost my crontab ... Well you have a good point but it seems to be too late for that. Recover it from your backup tape. Older unixes I've used did not have -e, so I've become used to doing: crontab -l >/tmp/ct vi /tmp/ct crontab /tmp/ct Maybe that's a good thing. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message