I have zipped file that contains multiple files and folders:
-$PlcLogic$/Application/Application.app
-$PlcLogic$/Application/Application.crc
-$PlcLogic$/meta.info
After extracting with unzip on bash, Linux throws away the folder hierarchy and creates a simple file without keeping the folder structure prior unzipping.
Output from ls -l after unzipping is:
-$PlcLogic$\Application\Application.app
-$PlcLogic$\Application\Application.crc
-$PlcLogic$\meta.info
The problem are the $'s which we are not able to change as it gets created from a different software. Any idea how to keep the folder hierarchy here?