This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 4 step find and replace for get_iplayer wiki relative links to squarepenguin.co.uk format | |
sed -i '' 's,](,](\/wiki\/,g' * && sed -i '' 's,](/wiki/http,](http,g' * && sed -i '' 's,](/wiki/#,](#,g' * && sed -i '' 's,](\/wiki\/\/wiki\/,](\/wiki\/,g' * |