when i try to run the below;
find /tmp/PDraw.pl -type f -exec sed -l 's/PEntries/PEntries2/g'{}\;
i get the error "find: missing argument to `-exec'"; I've also tried some posts suggestions to put space between ' and {} and also another between {} and \ but that brings me to another error;
sed: -e expression #1, char 7: extra characters after command
my sed version is 4.2.1; This same command ran successfully on another Linux machine. I dont know why its not working now.