[HT Peter, commandlinefu] Query SVN log history and filter by username svn log | sed -n '/username/,/-----$/ p' Run the last command as root sudo !! Save a file you edited in vim without the needed permissions :w !sudo tee % Why is this command so awesome? Peter described it […]