From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12798 invoked by alias); 19 Jul 2019 18:28:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 12788 invoked by uid 89); 19 Jul 2019 18:28:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=piping, H*c:alternative X-HELO: mail-ed1-f43.google.com Received: from mail-ed1-f43.google.com (HELO mail-ed1-f43.google.com) (209.85.208.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Jul 2019 18:28:09 +0000 Received: by mail-ed1-f43.google.com with SMTP id r12so470335edo.5 for ; Fri, 19 Jul 2019 11:28:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=NmJnvTF/LYneVpKAXGPUkEaWSVIpByJzyZssriLMvew=; b=AHTy11M69vSaPUuKQyIvK1+l0R5UABWh7Rf5xp0lWZ9rJ2jxaLycYIYOz3Nvtx1+bG KVaFrucfn0eSBCNWvQbiiCy4DFkvEVdbV7IRXKVtec1BJkO9L3c5kIX2r5Jod+lie+5Y BnJYAczwTXSj6QnaOrqPX7eDeOQ7LVyYxJEd0qAzx+ROwBAbdUzi2fYTxMfgkPv97vf9 /4ScF5O5tdwliYtYQrr7xl4Fawf3eb+6q+d9WLgBgJFOnV+995SYke9D38x6mB/d70zS 1ndv+Ln534GVgnIs2+Ha7t0fV7184cLS+wTrytYqw8WXkDAH3miSO44z/6H2SIadoo8J gy1g== MIME-Version: 1.0 From: David Karr Date: Fri, 19 Jul 2019 18:28:00 -0000 Message-ID: Subject: Piping input from subprocess loses track of temp file To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00150.txt.bz2 I believe the relevant part of my cygwin version info is "3.0.7(0.338/5/3)" (from uname -a output). I'm working on a script where one step executes a process where the input is taking from a subprocess, like this: someprocess <(cat $outfile | sed -e "s/${property}[ ]*=.*$/${property}=${newValue}/") ... When I run this, I see: error: error reading /dev/fd/62: The system cannot find the path specified. I tried running the exact same command line and script in Ubuntu 16.04, and it works fine. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple