Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

sed commands for renaming links #5

@imylomylo

Description

@imylomylo

Depending what you are up to these come in handy.

mylo@swift:~/kmdocs/Documentation-1/docs/basic-docs/komodo-api$ sed -i -e 's/Structure/Name/g' *

mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/komodo-api/\.\.\/basic-docs\/komodo-api/g' *                                                                                                                                                   
mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/cryptoconditions/\.\.\/basic-docs\/cryptoconditions/g' *                                                                                                                                       
mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/installations/\.\.\/basic-docs\/installations/g' *                                                                                                                                       


mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/basic-docs\/komodo-api/\.\.\/\.\.\/basic-docs\/komodo-api/g' *                                                                                                                                 
mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/basic-docs\/cryptoconditions/\.\.\/\.\.\/basic-docs\/cryptoconditions/g' *                                                                                                                     
mylo@swift:~/kmdocs/Documentation-1/docs/developers/cc$ sed -i -e 's/\.\.\/basic-docs\/installations/\.\.\/\.\.\/basic-docs\/installations/g' *   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions