Recent content by Mfdas

  1. M

    Enhanced User Interface

    For Linux systems with case sensitive file systems, an easier way of converting the filenames to all lowercase than using the script would be to use the unzip command with -LL argument, which forces conversion of every filename to lowercase. Example usage: 'unzip -LL EUI_ZIP.zip'
Back
Top Bottom