Bash Commands

Remove all common folder prefixes

find . -maxdepth 1 -type d -name "assignment-2-controllers-*" -execdir sh -c 'mv {} $(basename {} | cut -d "-" -f4)' \;

ex. assignment-2-controllers-vik => vik