It appears cp is skipping dot files. ``` javascript var sh = require('shelljs') sh.cp('-R', 'foo/*', 'bar') ``` where foo contains an .htaccess file among whatever else, bar fails to receive the file. Tested on Windows 7, NodeJS v0.10.17