Skip to main content
3 of 3
English contractions use apostrophes.
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265

Exclude characters for SCP-filepattern

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.

Vince
  • 145
  • 4