Linux remove arquivos aninhados com nomes
find . -maxdepth 1 -name 'file*.txt' -delete
florinrelea
find . -maxdepth 1 -name 'file*.txt' -delete