Is there a way to build an expression for scp with which I can manage to copy the file
file-name-version-1.2.1.jar
without copying the files
file-name-version-1.2.1-sources.jar
file-name-version-1.2.1-javadoc.jar
while not knowing the exact version numbers? file-name-version-*.*.*.jar won't work for obvious reasons. I'm looking for a syntax like
file-name-version-\d.\d.\d.jar
or something similar.