$ find . -type f -name *.xml -not -path "./help/C/*" -not -path "./src/*" -exec rm {} \;
|
||
|---|---|---|
| .. | ||
| figures | ||
| Makefile.am | ||
| ja.po | ||
| mate-terminal-ja.omf | ||
$ find . -type f -name *.xml -not -path "./help/C/*" -not -path "./src/*" -exec rm {} \;
|
||
|---|---|---|
| .. | ||
| figures | ||
| Makefile.am | ||
| ja.po | ||
| mate-terminal-ja.omf | ||