Cygwin 'cp' command is still slow after Cygserver is installed
Andrey Repin
anrdaemon@yandex.ru
Thu Apr 20 07:33:41 GMT 2023
Greetings, Derek Pagel!
> The icalcs command doesn’t work on either and I haven’t been able to get it to work elsewhere either.
> D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interchange.20230418091901"
> `cygpath -m interchange.20230418091901: The system cannot find the file specified.
> Successfully processed 0 files; Failed processing 1 files
Stop using ` already. Or at the very least use it properly.
Either
icacls `cygpath -m interchange.20230418091901`
or
icacls "$(cygpath -m interchange.20230418091901)"
> D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interchange.20230418091901.tmp"
> `cygpath -m interchange.20230418091901.tmp: The system cannot find the file specified.
> Successfully processed 0 files; Failed processing 1 files
Not to mention, you don't need to cygpath the file in current directory.
Just
icacls "interchange.20230418091901.tmp"
should suffice.
--
With best regards,
Andrey Repin
Thursday, April 20, 2023 10:31:55
Sorry for my terrible english...
More information about the Cygwin
mailing list