Linux elimina archivos anidados con nombres
find . -maxdepth 1 -name 'file*.txt' -delete
florinrelea
find . -maxdepth 1 -name 'file*.txt' -delete