Finding all the .svn directories is easy
1 2 3 4 5 6 | |
Now use command substitution with rm -rf.
1
| |
Note the use of the backtick symbol (located under the ~ on the English keyboard)—that is not a single quote.
Finding all the .svn directories is easy
1 2 3 4 5 6 | |
Now use command substitution with rm -rf.
1
| |
Note the use of the backtick symbol (located under the ~ on the English keyboard)—that is not a single quote.