in reply to How to prefix a string to all the files in a directories as well subdirectories

I've been using Ilya Zakharevich's pfind for similar purposes. For your case,

pfind . 's/^/reference-/'

should be enough

  • Comment on Re: How to prefix a string to all the files in a directories as well subdirectories