| Trouble copying files with Capital Letters Hello,
I am doing a practical right now.
I am using Ubuntu. I am in the terminal. The practical is to copy ALL of the files with a Capital letter (and ONLY with a capital letter° to another file.
Then I did the following command
manu@manu:~$ cp /home/manu/tai-14/rep1/srep12/[A-Z]* /home/manu/tai-14/rep1/srep13
So it should copy of the files with the Capital letter and only those files. But the problem is when I go to the folder where it is supposed to be copied, well... it copied everything even the files with lower case????
Am I doing a mistake in the command???? Help. Thanks |