Skip to content

Instantly share code, notes, and snippets.

View mortezaf's full-sized avatar
🤾

Morteza Fathi mortezaf

🤾
View GitHub Profile
@mortezaf
mortezaf / copy_media.sh
Created April 9, 2024 17:46
Organize Media Files by Date and Type in Linux
#!/bin/bash
# Source directory (replace with your actual path)
source_dir="/media/morteza/740AAD9378D989B4"
# Destination directory (replace with your actual path)
destination_dir="/home/morteza/oldfiles"
# Create destination directory if it doesn't exist
mkdir -p "$destination_dir"