in reply to How to ensure duplicate directory and file tree, but not file contents themselves?

If you can use rsync itself, you could try the "--dry-run" option to get just your list. In fact, rsync might can do everything you need using its exclude and include options.

andyford
or non-Perl: Andy Ford

  • Comment on Re: How to ensure duplicate directory and file tree, but not file contents themselves?