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
spaces are not allowed:
it would fail if there are more than one files(s) in $FILES unless you put them in loop