Let’s say you have a html file called file.html and you want to replace “.jpg” to “.png” but only when in a href of anchor…
Let’s say you have a html file called file.html and you want to replace “.jpg” to “.png” but only when in a href of anchor…
$ cat AtoF A B C D E F Print only odd lines sed -n ‘p;n’ AtoF A C E -n suppress automatic printing of…