/ Published in: Bash
Expand |
Embed | Plain Text
svn log | grep -E "r[0-9]+ \| [a-z]+ \|" | awk '{print $3}' | sort | uniq
You need to login to post a comment.
svn log | grep -E "r[0-9]+ \| [a-z]+ \|" | awk '{print $3}' | sort | uniq
You need to login to post a comment.