Tuesday, August 31, 2021

Find files or Folder location in Linux or Mac

find / | grep imapsync


Note: Replace your keyword with "imapsync"

No comments:

Post a Comment

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...