Tagged Questions
4
votes
2answers
2k views
Using regular expressions with cp
This is a simple question. I'm trying to copy all of the files in the current directory that start with "axis-2" and end with ".jar" into a target directory, let's say it's ~/MyDirectory. My first ...