mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
8 lines
250 B
Bash
8 lines
250 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
# don't forget & is also a metachar
|
||
|
sed -i \
|
||
|
's/<a href="https:\/\/www.youtube.com\/@Computerphile">\<C\><\/a>/<a style="color:#0ee033" href=https:\/\/www.youtube.com\/@Computerphile>\<C\><\/a>/g' \
|
||
|
internet_collections.html
|
||
|
|