in reply to Re^2: Rename all files on remote server to *.bak recursively
in thread Rename all files on remote server to *.bak recursively

The cmd is missing the "find /whatever -type f -print|" that should be at the front. Guessing you made some modifications. The perl command is looking for a list of files to be piped to it.
  • Comment on Re^3: Rename all files on remote server to *.bak recursively