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