I am trying to execute the following command:
perl -pi -e 's,vaadin-element,color-picker,g' *.* demo/* test/* src/* theme/*/*
(following this document)
Unfortunately it seems that the window distribution of pearl I use has some issues with the command, as I get the following error:
Can't open *.*: Invalid argument.
Can't open demo/*: Invalid argument.
Can't open test/*: Invalid argument.
Can't open src/*: Invalid argument.
Can't open theme/*/*: Invalid argument.
Any suggestions on how to fix that? Thank you in advance!
Disclaimer: I never used pearl before and have absolutely no experience.