From owner-freebsd-isp Wed Jun 7 17:16: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id 2E27737BF00 for ; Wed, 7 Jun 2000 17:15:53 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 322A49B01; Thu, 8 Jun 2000 08:15:18 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 272675D03; Thu, 8 Jun 2000 08:15:18 +0800 (PHT) Date: Thu, 8 Jun 2000 08:15:18 +0800 (PHT) From: "Francis A. Vidal" To: Ben Vaughn Cc: FreeBSD ISP Subject: Re: deleting users from txt file source In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---- Quoting Ben Vaughn's message, sent 06/07/00 10:04am ---- > I would be interested in hearing how you all helped him. They gave me sample script: #!/bin/sh for user in `cat inactive.txt` do echo "Deleting ${user}..." pw userdel ${user} -r done -- 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