Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 14:34:02 -0600 (CST)
From:      Alex Charalabidis <alex@wnm.net>
To:        Christopher Leigh <clcont@gmx.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: uhm. why isn't there a vigr for freebsd? 
Message-ID:  <Pine.BSF.4.32.0103191432030.22407-100000@earth.wnm.net>
In-Reply-To: <000f01c0b02f$191482e0$fa87a7d8@king1>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0103191432030.22407-100000>