How to use the linux version of command, such as 'find', instead of the windows version?
I'm trying to do something with the help of the linux 'find' command
But in appveyor, I got the windows version when I use this command.
https://ci.appveyor.com/project/zh99998/ygopro-database/build/6
How can I use the linux version instead?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by me on 06 Nov, 2017 05:43 AM
I've just noticed that the command actually be runned is not find, it is call...
2 Posted by Ilya Finkelshte... on 06 Nov, 2017 07:19 PM
AppVeyor builds run on Windows VMs. I believe simplest way to get the same functionality is to use
dir
command as described in this post.3 Posted by me on 07 Nov, 2017 12:29 PM
I agree...
https://ci.appveyor.com/project/mercury233/ygopro-database/build/3
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:21 AM.