sindresorhus / cpy-cli

Copy files
MIT License
344 stars 33 forks source link

Copy files to current directory #12

Closed m-slashe closed 7 years ago

m-slashe commented 7 years ago

there is a way to copy the files to current directory?

schnittstabil commented 7 years ago

Yikes! Does the following not work? – The . should work as the current (working) directory!?

$ cpy 'src/*.png' '!src/goat.png' .
m-slashe commented 7 years ago

worked 👍 ,I was trying without destination,but this throw error