To delete "none-images" as described, you need to first discover the image extensions that are being used and ignore them with find through the -not flag
find ./assets/uploads -type f -not /assets/uploads/*.img -not /assets/uploads/*.jpeg -delete
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…