Cygwin commands are intermittently hanging on Windows
Takashi Yano
takashi.yano@nifty.ne.jp
Tue Nov 8 15:41:27 GMT 2022
On Tue, 8 Nov 2022 13:25:05 +0000
Derek Pagel wrote:
> The script was written using Strawberry Perl with Cygwin in the %PATH% variable. Then the script makes system calls using that Cygwin.
my $TESTDIR = getcwd() . "\\test<file://test>";
my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt<file://test.txt>";
my $RMCMD = "rm " . $TESTDIR . "\\test.txt test2.txt<file://test.txt%20test2.txt>";
Even using Strawberry Perl, "<file://xxx>" in above lines cause error.
--
Takashi Yano <takashi.yano@nifty.ne.jp>
More information about the Cygwin
mailing list