You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I execute copyfiles ** -e *.js then both .js and .json files get excluded. The linux cp utility does not behave like this. To get a similar behavior with cp you would have to use *.js*. So is there any way with this utility to only ignore .js files and not .json files?
The text was updated successfully, but these errors were encountered:
Thanks for the great utility!
If I execute
copyfiles ** -e *.js
then both.js
and.json
files get excluded. The linuxcp
utility does not behave like this. To get a similar behavior withcp
you would have to use*.js*
. So is there any way with this utility to only ignore.js
files and not.json
files?The text was updated successfully, but these errors were encountered: