Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is suggested that you use Python script as an alternative to sed
for manipulating text files
unless you have to stick to shell script.
-
Add
#!/bin/bash
to the first …