I need to set 100 jar files through Linux script, so i written this way
The echo result is this way
test/lib/xstream-1.3.1.jar:test/lib/test/lib/xpp3_min-1.1.4c.jar:test/lib/test/lib/xmlsec-1.4.1.jar:test/libtest/lib/xml-apis.jar
My question is in windows the jar files will be termnated by semicolon , in linux it is showing a colon (:) is this correct ??
Your assumption about the path separators is correct.