Fork me on GitHub

svn log: filter by username

I’ve found this command useful to filter the svn log by username:
svn log | sed -n '/username/,/-----$/ p'
I hope is useful to anyone like it was for me ;)

ps. It’s really useful to read the sed manual as well!

No comments yet.


Leave a comment

(required)

(required)