Hello, I need something fairly simple but I lack the experience for it. I need to copy a file from /root/robots.txt to multiple directories to /var/www/?/web/ I tried the obvious "cp /root/robots.txt /var/www/?/web/ or * instead of ? and although it's not producing any errors, it's not working either. The directories contain already a robots.txt file and I'm not sure if that's the problem. My system is a Debian 6.0
I've found my answer, although there is no direct answer for it, here it is in case anyone needs it: http://stackoverflow.com/questions/...multiple-directories-using-the-gnu-cp-command