Copy multiple files from container using wildcard

Viewed 17

I would like to copy all R-files within the libs folder of my container. I am trying with wildcard, however, files are not found?

singularity exec sin.image.sif cp /folder/scripts/libs/*.R .

error:

INFO:    Converting SIF file to temporary sandbox...
/bin/cp: cannot stat '/folder/scripts/libs/*.R': No such file or directory
INFO:    Cleaning up image...
0 Answers
Related