So here's content under my /html folder.
[root@ip-10-0-7-121 html]# ls
a wp-activate.php wp-content wp-mail.php
b wp-admin wp-cron.php wp-settings.php
healthy.html wp-blog-header.php wp-includes wp-signup.php
index.php wp-comments-post.php wp-links-opml.php wp-trackback.php
license.txt wp-config.php wp-load.php xmlrpc.php
readme.html wp-config-sample.php wp-login.php
I want to delete everything except for folder a and b without having to move a/b folder to another folder.
What's the command to do that?