From owner-freebsd-isp Wed Jun 7 8:33:11 2000 Delivered-To: freebsd-isp@freebsd.org Received: from tol.netreach.net (tol.netreach.net [207.29.194.114]) by hub.freebsd.org (Postfix) with ESMTP id 1D7D537B5B3 for ; Wed, 7 Jun 2000 08:33:08 -0700 (PDT) (envelope-from petef@tol.netreach.net) Received: (from petef@localhost) by tol.netreach.net (8.9.3/8.9.3) id LAA05907; Wed, 7 Jun 2000 11:36:47 -0400 (EDT) Date: Wed, 7 Jun 2000 11:36:47 -0400 From: Pete Fritchman To: Ben Vaughn Cc: freebsd-isp@freebsd.org Subject: Re: deleting users from txt file source Message-ID: <20000607113647.C2932@netreach.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Probably a short shell script: #!/bin/sh for user in `cat file.txt`; do pw userdel $user -r done -Pete ++ 07/06/00 10:04 -0500 - Ben Vaughn: >I would be interested in hearing how you all helped him. > >:-) > >-biv > >On Wed, 7 Jun 2000, Francis A. Vidal wrote: > >> hi all, >> >> thanks to those who helped me =) >> >> -- >> francis vidal university of st. la salle, bacolod city, philippines >> . . . . . . . PGP key available via e-mail / subject: get PGP key >> u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-isp" in the body of the message >> > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message