Vlado Chavkov's Blog

Thursday, June 4, 2009

How to remove '*.svn' files from a repository copy

find . -name '*.svn' | while read i; do rm -r -d -f "$i"; done
Posted by Vlado Chavkov at 22:25
Labels: Linux

0 comments:

Post a Comment

Newer Post Home
Subscribe to: Post Comments (Atom)

About Me

My Photo
Vlado Chavkov
Senior PHP developer
View my complete profile

Labels

Linux (5) Ubuntu (3) JQuery (1) Mac OS X (1) Networking (1) PostgreSQL (1) YUI (1) Zend Framework (1)

Blog Archive

  • ►  2010 (2)
    • ►  October (1)
      • jQuery and YUI 3: A Tale of Two JavaScript Librari...
    • ►  July (1)
      • tar — how to create and extract tar.gz and tar.bz2...
  • ▼  2009 (10)
    • ►  December (1)
      • Can I Set Up User Name Mapping in Windows Vista?
    • ►  November (2)
      • Bandwidth Monitoring Tools for Ubuntu Users
      • Zend Performance
    • ►  October (2)
      • REPLACE in PostgreSQL
      • How to convert dmg file to an iso image
    • ►  August (1)
      • Even if you use OpenOffice, you might still want a...
    • ▼  June (4)
      • Enable and Disable Ubuntu Root Password
      • Как да си изключа swap partion-а, за да проверя да...
      • How to grep in files by specific extension
      • How to remove '*.svn' files from a repository copy...

Zend Developer Zone

Loading...
Simple template. Powered by Blogger.