/ Published in: Bash
Command: svn log -rHEAD:443 | sed -n '/nalmeida/,/-----$/ p'
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash svn log -v $1 | sed -n "/"$2"/,/-----$/ p"
URL: http://svn.haxx.se/users/archive-2007-08/0748.shtml