iiitl / bash-practice-repo-24

0 stars 35 forks source link

Add more special cases in extarrange script. #138

Closed Karanagarwal12 closed 5 months ago

Karanagarwal12 commented 5 months ago

@rootCircle This PR addresses issue #7 : "Enhance extarrange script to handle special cases using Regex"

Changes Made: Enhanced the extarrange script to handle special cases using Regex for grouping files into folders based on their extensions. Added more Regex patterns to handle special cases and group them separately.

Utilized regex101.com and learn-regex GitHub repository for reference and explanation of Regex patterns.

Thanks

rootCircle commented 5 months ago

LGTM :+1: Accepted! Thanks for your contribution