in reply to Re: system and wildcard expansion?
in thread system and wildcard expansion?
Indeed, when I do the same, things behave as expected:
c:\>cd Perl64\bin c:\Perl64\bin>ren echo.exe gecho.exe c:\Perl64\bin>cd \test c:\test>perl -e"system 'echo junk*'" junk*
Many thanks.
|
|---|