X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BE733857815 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1631740308; bh=AIxkmi4BQ/i79Nqw2i/I+JfLK7SZ6NYHpcVszj+jFxU=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=j4Nzocxf8uePn7iqDUwcHETKTZPN5YkyR8/uc0UVmUSnkMlNshdHg50i8rdUrseY6 1eEiy+vY1pavpSTUakd1y4UtfZ00EkLpbAhV4MdPeqfeiZROjOH7a0OnQs8OI1ly1P 91SbhP6lq/7nVR+K6uGCipPQTx4ukI4IG50SkO58= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 54EAF3858413 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=FbZxvLKLb8nBj7t3Merb0R40wzpoyMEB5rDvPA/WTt8=; b=IMyPnx2fW6eE5xF4qxo9Jq6bSY4ZMmZIK2O5IXIdXN9s1+5Z7DhDi6NgkXpcTXSaPr 3M3WhAdcWTfx+d5oxK2v8fHENEPNlRP4GuXUOf229Y6k2i8GGkxqRGD4Q1SP9MWiX9/y MxQBtOio2LfubO7OwV6YnOycbv7rc3tcVUo5A/41o+0Gr0rWhnTRF/PXcwXgQ5d8dfVp wcPvN77aqyVFVdTSXvlsLbb8NU0PuuQnae9bARwPmMD8zKCW1MUUeDhybXic3vvyP3i/ RnkSNUYUwkrzEERDU6fv2SayentlyYyn3EfSujR0X00xb5r0VVIN8e7/2mE3R+YkOqCO gJaw== X-Gm-Message-State: AOAM530myMwddF2VcCkznpnEUBwHp/vlToJlSlJL18n6Zv/VExm9WKke XR8xzBd/8niwl4PsYmkmOAVof9t/UBn/d+J714BsqquBLJ4= X-Google-Smtp-Source: ABdhPJyNw2hMkwvtMUxmDGKJY0trhuCMU9Ll6IDFIYpc65B38k9y/PIvYzTgvoByatfCEDe047ZcchnFZ5HinA5eXWM= X-Received: by 2002:a1c:984c:: with SMTP id a73mr1619416wme.171.1631740277229; Wed, 15 Sep 2021 14:11:17 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 15 Sep 2021 17:11:05 -0400 Message-ID: Subject: Previously-functional gawk script now failing to execute - PLEASE HELP!!! To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Bryan VanSchouwen via Cygwin Reply-To: Bryan VanSchouwen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello. I just tried executing an old, previously-functional awk script using a version of gawk that I had downloaded last year, and a command of the following format (as recommended in a previous communication with the Cygwin mailing list): gawk -vRS="\r\n" -f data_collect_e_-_FF_4-state.awk but this time, the script failed to execute!! Upon closer examination, the script appears to be failing after successfully reading the first line of data from the input data file, even though the input file has NOT been modified since it was last used. (I should point out that while the files were copied over from my old computer, another awk script execution that I had attempted recently with older files worked fine!) WHAT THE HECK IS GOING ON WITH THIS SOFTWARE?! -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple