#!/bin/bash find /videos -not -name "*.mp4" -type f -delete find /videos -name "*-t.mp4" -type f -delete find /temp_songs -type f -mtime +30 -delete