This repository was archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
sed commands for renaming links #5
Copy link
Copy link
Open
Description
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' *
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels