Posts tagged with “command”

20 Nov

rm -rf ./*/.DS_Store
rm -rf ./*/.svn

— Tip for removing the .DS_Store files and .svn folders recursively throughout a folder tree.
18 Mar

mysqldump -u root -p db_name > dbdump.sql

— some tinkering
6 Mar

tar -X .svn|_notes -cvf *

— via "@barce":http://twitter.com/barce