Rechercher et remplacer dans une table spécifique.

BASH
                    # wp search-replace {find} {replace} {table}
wp search-replace 'find' 'replace' wp_posts

# Remplacer dans plusieurs tables
# wp search-replace {find} {replace} {table} {table}
wp search-replace 'find' 'replace' wp_posts wp_terms