Monday, July 7, 2014

jar: Make UNIX easy

1. unjar a jar file
jar -xf file.jar

2. List files in jar file, without extracting it
jar -tvf file.jar

3. unzar to a specific directory
unzip file.jar -d destinationDir

No comments:

Post a Comment