Hallo,
ich habe eine Lösung gefunden.
find | grep ".*.txt" | rm -
find -type f -name "*.txt" -exec rm "{}" ";"
Ich weiss zwar noch nicht, wofür das ";" steht, aber vielleicht kann mir das noch jemand beantworten.
Grüsse,
Maxwell
Hallo,
ich habe eine Lösung gefunden.
find | grep ".*.txt" | rm -
find -type f -name "*.txt" -exec rm "{}" ";"
Ich weiss zwar noch nicht, wofür das ";" steht, aber vielleicht kann mir das noch jemand beantworten.
Grüsse,
Maxwell