Another terminal oneliner I've just used to delete files larger than 10mb.
How to find and replace text in MySql with an online tool that generates SQL for you.
This is basicly simple oneliner:
svn status | grep "^?" | awk '{print $2}' | xargs svn add
I'll try to explain it...
Recent comments