How to remove all files with a certain file type in terminal

Code examples

2
0

ubuntu delete all files with extension

cd <dir>
find . -type f -iname \*.jpg -delete
0
0

how to remove all files with a certain file type in terminal

rm -rf ./*.tmp

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................