Tag Archives: terminal

Recursively delete .svn folders from a folder or directory

Use this simple command to find and delete .svn subversion folders from within a folder or directory using mac linux terminal command line. find ./ …

View more

Tagged: Leave a Comment

A useful command for mac os x terminal

When working on your server with ssh access, you tend to get very used to doing everything you need to do via the terminal window. …

View more

Tagged: Leave a Comment

Mysql dump a backup using terminal & ssh/ shell

I decided today to take a backup of a database in the usual way using phpmyadmins export facility. I exported it to a zip file …

View more

Tagged: 1 Comment