weird find error
Anyone know a work around for this?root@silver [/]# find /home/bkdesign -name * -exec perl -pi -e "s/\/home\/designs/\/home\/bkdesign/g" {} \;
find: paths must precede expression
Usage: find [path...] [expression]
I am trying to recurrsively replace any instance of /home/designs with /home/bkdesign in any file in /home/bkdesign. I think find thinks that the end of the line is a path to look in.
Any suggestions would be greatly appreciated. I am working on a change main username for CPanel which, when it is finished, I will post for everyone.