Tag: sed
-
Chop everything after last delimiter on each line in a file using sed
In this case, a space is the delimiter. In this case a : is the delimiter. In this case a , is the delimiter.
-
Relocate your WP website
Move your WordPress website anywhere in 10 minutes via an SSH shell with access to your website files directory and database. Current URL: example.com/wordpress Where to: example.com Or, complete URL change, it doesn’t matter using this method. Export your WordPress database. Now bust out a little sed. Now import your db sed edits. Now move…