Closed yongzhang closed 7 years ago
./access2csv myfile.accdb
seems above command uses a binary file access2csv instead of using jar file, when can I find it?
I am not sure (I inherited this project) but my guess would be that it is a bash script that invokes java/the jar with the correct parameters
https://github.com/AccelerationNet/access2csv/blob/master/access2csv
./access2csv myfile.accdb
seems above command uses a binary file access2csv instead of using jar file, when can I find it?