Find and replace crossing in muliple dirs.
sh-3.00$ perl -pi -e 's/print"123/echo"abc/' *
Can't do inplace edit: dir1 is not a regular file.
Can't do inplace edit: dir1 is not a regular file, <> line 3352.
how can i find and replace the files located in dir1 and dir2?
sh-3.00$ perl -pi -e 's/print"123/echo"abc/' *
Can't do inplace edit: dir1 is not a regular file.
Can't do inplace edit: dir1 is not a regular file, <> line 3352.
how can i find and replace the files located in dir1 and dir2?