From owner-freebsd-questions@freebsd.org Sun Sep 10 16:22:51 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63D34E1964D for ; Sun, 10 Sep 2017 16:22:51 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 293C57D9CA for ; Sun, 10 Sep 2017 16:22:51 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x242.google.com with SMTP id z81so3083841itb.5 for ; Sun, 10 Sep 2017 09:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=24zHYScBhr0DjAQrolJLk7WgDBZGW4norTEmKuaXruU=; b=ShY9Cc5CJnzsI15VSc4CMQzjtUYhvmLrrMEpq6V0P/3LY5fNLuMbXCye+e3I6AnZ5w 0jYK9rEb/XJFIvdlBctLg2LapBvvRlt5RQZY7PtbWd2BFxnyELRkwQCSFD412IijHZW9 tY/qVSuOBM41WHKPZhNppnhWPyyN97Q+VZwR2KkWPcJhgJej/oitvutPDT9+Dl3TlRIR GHhE5gR3HZohO9dCRYuUsgEeYBGQzL0DDndCvRtcD9QNe+Jc5Ca8Iap3CBHIUSe7qPCm /Zj9cTsZfvgvCbQkqfSUWiKYq16RCLUWPM0xFL/dj5UrGSSVReGUDQUvdlUCHNcTHn9t sBIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=24zHYScBhr0DjAQrolJLk7WgDBZGW4norTEmKuaXruU=; b=LRsEBuB56Nvl6QaHCd6GZBNgYE6l3Dmaq9GoxCAQeOZ+va0nOFQUquJr8LWe+hGvDP abzn1fa2RxP5ijiv0ezuNpxd4FVtyNoUUk+aauODGht96uKA0tnfGd5+oSJXmQKtg0gD YXp47Ch33hu4nQKGC1Q5WQHgDQAEWBNpwMrb0wERZn4Mti1J8ZISABGfuLvmN+SGhoJl 7KiFFfX8ORdTsz1YJsLfDmLs4ZAyCi3JOFmgmFplIE5FnVoJkwpgJrqVpcCqtp9AgGi5 VQG9ag8908g1qx8rFNn/XVNk904pf0NCjkIkD2uxCIVcrYghIXbKhb/Ymn7CJhSrkTYU p2MQ== X-Gm-Message-State: AHPjjUjmRA2NJLsUkwRTyFz1L28RS35DeoweygQiHV9OclBBmcwD1RCQ FoWzdqE2LEvlfo8Zcgh5j1TbXQ== X-Google-Smtp-Source: ADKCNb530OPoLqKLmb8vAogwpkeHOBea7AZVALbEZiBf17MdK0Q0rOib6F1k/6Pd0o14AfYRuEtw4A== X-Received: by 10.36.64.86 with SMTP id n83mr9059662ita.39.1505060570533; Sun, 10 Sep 2017 09:22:50 -0700 (PDT) Received: from [10.0.10.3] (cpe-74-141-88-147.neo.res.rr.com. [74.141.88.147]) by smtp.googlemail.com with ESMTPSA id i64sm3254056itg.11.2017.09.10.09.22.49 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 10 Sep 2017 09:22:50 -0700 (PDT) Message-ID: <59B566D6.4030900@gmail.com> Date: Sun, 10 Sep 2017 12:22:46 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tim Daneliuk CC: "freebsd-questions@freebsd.org" Subject: Re: awk help References: <59B53ED2.3000409@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2017 16:22:51 -0000 Tim Daneliuk wrote: > On 09/10/2017 08:32 AM, Ernie Luzar wrote: >> Hello list; >> >> I wrote the following script to read a hosts file I downloaded >> containing known bad sex domain names intended for addition to >> /etc/hosts file. This script drops some useless records and builds >> a local-zone: record for input to unbound. The file contains 55,000 >> records and this script takes 7 minutes to process it. >> > Ernie - > > It would be a bit easier if you could provide us with a line or two of > sample input, and an example of desired output. > > > ---------------------------------------------------------------------------- > Tim Daneliuk tundra@tundraware.com > PGP Key: http://www.tundraware.com/PGP/ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > 127.0.0.1 localhostCR 127.0.0.1 001.hitgraph.jpCR 127.0.0.1 002.hitgraph.jpCR^M ### UncheckyAds 0.0.0.0 cdn.appround.biz 0.0.0.0 cdn.bigspeedpro.com 0.0.0.0 cdn.bispd.com