From owner-freebsd-questions Mon Mar 19 12:32:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from earth.wnm.net (earth.wnm.net [208.246.240.243]) by hub.freebsd.org (Postfix) with ESMTP id 22D1837B71C for ; Mon, 19 Mar 2001 12:32:23 -0800 (PST) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.11.0/8.11.0) with ESMTP id f2JKY3349618; Mon, 19 Mar 2001 14:34:03 -0600 (CST) Date: Mon, 19 Mar 2001 14:34:02 -0600 (CST) From: Alex Charalabidis To: Christopher Leigh Cc: Subject: Re: uhm. why isn't there a vigr for freebsd? In-Reply-To: <000f01c0b02f$191482e0$fa87a7d8@king1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Mar 2001, Christopher Leigh wrote: > i still like typing vigr. (linux spoils me...) > > i guess > > #!/bin/sh > vi /etc/group > > will have to suffice. :) > > any security concerns in doing that? > > could i do > > #!/bin/sh > exec vi /etc/group > How about #!/bin/sh ${EDITOR} /etc/group -ac -- =================================================================== Alex Charalabidis Worldspice Technologies 5050 Poplar Ave. Memphis, TN, USA +1 901 432 6000 Opinions expressed are mine alone but may be yours for a small fee. =================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message