Translations:UI and Help files Content Guide/92/en

    From The Document Foundation Wiki
    • Indicate the line of substitution

    Taking again our first example, you want to work only on a given line, 306 here:

    sed '306 s/Header/Title/g' <file.po
    

    so now you know how to grep first on the file to find the string and then use the sed command to correct it