การลบ .svn ในที่อยู่ในโฟรเดอร์ทั้งหมด

ให้ทำการเปิด Terminal ขึ้นมา แล้วเข้าไปยังโฟรเดอร์ที่เราต้องการลบไฟล์ .svn จากนั้นให้ทำการค้นหา ไฟล์ .svn โดยใช้คำสั่งดังนี้
find . -type d -name .svn


เมื่อเจอแล้วสามารถลบไฟล์ .svn ดังกล่าวได้โดยใช้คำสั่งดังนี้ครับ

find . -name .svn -print0 | xargs -0 rm -rf

About Nop

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment