This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Piping input from subprocess loses track of temp file
- From: David Karr <davidmichaelkarr at gmail dot com>
- To: The Cygwin Mailing List <cygwin at cygwin dot com>
- Date: Fri, 19 Jul 2019 11:27:56 -0700
- Subject: Piping input from subprocess loses track of temp file
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