Skip to content

Instantly share code, notes, and snippets.

@vvv
Created May 29, 2009 15:21
Show Gist options
  • Save vvv/120002 to your computer and use it in GitHub Desktop.
Save vvv/120002 to your computer and use it in GitHub Desktop.
#!/bin/sh
filter() {
grep o= | grep -Eo '>\+?\w+ \w+<' | tr -d '<+>' \
| sed -r 's/^(Олег|Виктория) (\w+)/\2 \1/'
}
cd /tmp
[ -f 61461.html ] || wget -q http://vorotylo.livejournal.com/61461.html
echo 'Нгуен Лонг'
filter <61461.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment