This project contains a simple shell script (detect_dates.sh) that detects and extracts date patterns from a given file. The script uses regular expressions to identify common date formats such as YYYY-MM-DD, MM/DD/YYYY, and others.
- Detects date patterns from files using a regular expression.
- Supports common date formats:
- YYYY-MM-DD
- MM/DD/YYYY
- DD-MM-YYYY
- YYYY/MM/DD
- and others. Outputs the detected dates to the console or to an output file.