skip to main
|
skip to sidebar
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
0 comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Vlado Chavkov
PHP developer
View my complete profile
Labels
Linux
(4)
Ubuntu
(2)
Mac OS X
(1)
Networking
(1)
PostgreSQL
(1)
Zend Framework
(1)
Blog Archive
▼
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...
0 comments:
Post a Comment