Just Host Web Hosting Help
Find and replace across multiple files
* 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' {} \;
Knowledgebase Article
159,207 views
bookmark
share
tags: command find replace ssh
Share or save this via:
Recommended Help Content
How to restore individual files or folders with the Site Backup & Restore tool
This article will instruct you how to export a database from the command line (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?
Related Help Content
This article will instruct you how to import a database from the command line (SSH).
Is SSH/Shell access enabled by default?
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.
How to Transfer hosted files from old host to Justhost.com via ssh. Your old host must have SSH access to perform this move. Using SSH to transfer files to Just Host
What is SSH and how do I setup secure connections.
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
This article explains how to find the database in use by a WordPress site.
This article explains error pages and how they can be customized.