Useful commands
Tuesday, October 13, 2009
Validate TinyMce
to get the contents of the TinyMce
tinyMce.get("id").getContent()
Thursday, October 1, 2009
Recursively delete .svn directories
This is a simple example of a unix command, which recursively deletes subversion
.svn
folders.
rm -rf `find . -type d -name .svn`
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)