BACH Tool: batch_file_ops
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/batch_file_ops.py

BESCHREIBUNG
----------------------------------------
batch_file_ops.py - Batch-Dateioperationen

Sammelt und löscht/verschiebt/kopiert Dateien nach Pattern.

Usage:
    python batch_file_ops.py delete <ordner> --pattern "*.py"
    python batch_file_ops.py delete <ordner> --pattern "TOOLS_*.py"
    python batch_file_ops.py move <quelle> <ziel> --pattern "*.txt"
    python batch_file_ops.py copy <quelle> <ziel> --pattern "*.md"
    python batch_file_ops.py list <ordner> --pattern "*"
    python batch_file_ops.py delete <ordner> --pattern "*.py" --dry-run

Autor: Claude

VERWENDUNG
----------------------------------------
python bach.py tools run batch_file_ops [args]
oder direkt: python tools/batch_file_ops.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show batch_file_ops
