HostGator Web Hosting Help

Find and replace across multiple files

With SSH command line access, you can do the following to edit several individual pages to replace a string of text e.g. update the phone number on the footer of every page on your site.
              * perl -pi -w -e 's/search/replace/g;' *.php
                -e means execute the following line of code.
                -i means edit in-place
                -w write warnings
                -p loop
              * find ./ -type f -exec sed 's/search/replace' {} \;
            


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How to restore individual files or folders with the Site Backup & Restore tool
Knowledgebase Article 436,275 views tags: backup files folders restore site

This article will instruct you how to export a database from the command line (SSH).
Knowledgebase Article 872,384 views tags: database mysql ssh

I am trying to edit my web page and I have no idea how to? I need to know how to go into the site and fix it. My webpage has a error in the first paragraph. I don't know how to fix it? Can you help?
Knowledgebase Article 420,101 views tags: edit html upload webpage

Related Help Content

This article will instruct you how to import a database from the command line (SSH).
Knowledgebase Article 785,574 views tags: database mysql ssh

Is SSH/Shell access enabled by default?
Knowledgebase Article 884,743 views tags: bash command line secure shell ssh

This article will show a way to protect specific pages of your website with SSL. This may have benefits for SEO and can be used on pages that contain forms, shopping carts or any other page where users might enter sensitive information.
Knowledgebase Article 128,212 views tags: htaccess pages specific ssl

How to Transfer hosted files from old host to HostGator.sg via ssh. Your old host must have SSH access to perform this move. Using SSH to transfer files to HostGator
Knowledgebase Article 250,428 views tags: file host site transfer transferring

What is SSH and how do I setup secure connections.
Knowledgebase Article 495,635 views tags: bash connect putty shell ssh

If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP. To serve HTML pages to browsers, we don't associate the Apache processes with your 2
Knowledgebase Article 196,912 views tags: blank page php

This article explains how to find the database in use by a WordPress site.
Knowledgebase Article 342,025 views tags: database find wordpress

This article explains error pages and how they can be customized.
Knowledgebase Article 326,647 views tags: customize pages