Search results

  1. W

    Replacing multiple lines using Sed

    Hi, I'm following this tutorial: https://likegeeks.com/sed-linux/ and there is a section about replacing lines. Now, it works great, but my question is how to replace multiple lines like this: if (strlen($llcc) == 5) { $lang = substr(strtolower($llcc),0,2); $country =...
Top