# Misc notes on sed & awk # sed -n '/^[MmLl]ånga/p' file.txt sed 's/^/Spock -- /g' file.txt