Thursday, January 12, 2006

Useful Unix/Dos Commands
1. Remove all files and directories with starting character from a-z
rm -rf `find . -name "[a-z]*"`

Subversion Info
Subversion Cheat Sheet
To checkout branch v0.5 of Apache Scout:
$ svn co https://svn.apache.org/repos/asf/webservices/scout/branches/v0.5

No comments: