https://bz.apache.org/bugzilla/show_bug.cgi?id=62205

--- Comment #3 from [email protected] <[email protected]> ---
ls -Rl httpd*
the project directory tree is named wrong for one.
rename httpd-* --> https-* by using find to list the directory trees and then
renaming them.
then find in files and replace httpd with https. I think it should be that
simple. to make the change safer, I would do find in files only to see what the
changes should be.

I think it's -type d, don't have access to docs right now. don't remember if
it's {} or \{\}
find dirname -name "httpd*" -exec echo '#mv {} {}' > somefile
find dirname -name "*.[ch]*" -grep -q httpd {} \; -exec echo "vi {}" \; >>
somefile
vi somefile (edit 2nd filepath on each line)
this requires editing. first command is not workabout without cut and sed I
think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to