I have many directory with different name, each of them contain a subdirectory named httpd-ack (same name for all of them) in which are stored files.
I need a command to recursively enter each directory, enter subdir httpd-ack, move all files one level up and then delete the httpd-ack folder (which is empty now).
start is
name1/httpd-ack/(files)
name2/httpd-ack/(files)
name3/...[...]
ending should be
name1/(files)
name2/(files)
name3....[...]
Any help will be much appreciated....