Fixed formatting of notes.md

This commit is contained in:
Jack-Benny Persson 2013-12-27 20:05:02 +01:00
parent e4e9a73ebb
commit 6549cb4cde

View File

@ -1,4 +1,5 @@
# Misc notes on sed & awk #
```
sed -n '/^[MmLl]ånga/p' file.txt
sed 's/^/Spock -- /g' file.txt
```