I am trying to zip a file using shell script command. I am using following command:
zip ./test/step1.zip $FILES
where $FILES contain all the
I converted my script for unix environment using dos2unix command and executed my script as ./myscript.sh instead bash myscript.sh.