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!
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.