Closed GoogleCodeExporter closed 9 years ago
OS X will not run commands just because they are in your current directory.
You need to either install the program in a system directory that's in your
PATH, or put a "./" in front of the command instead. "." is an abbreviation
for the current directory. Here's a working run from Mavericks showing how to
call the program:
$ unzip ../sacd_extract_0.3.6_OS_X
Archive: ../sacd_extract_0.3.6_OS_X.zip
inflating: sacd_extract
inflating: changelog.txt
$ ./sacd_extract --usage
Usage: sacd_extract [-2|--2ch-tracks] [-m|--mch-tracks] [-p|--output-dsdiff]
[-e|--output-dsdiff-em] [-s|--output-dsf] [-I|--output-iso]
[-c|--convert-dst] [-C|--export-cue] [-i|--input FILE] [-P|--print]
[-?|--help] [--usage]
Original comment by gregs1...@gmail.com
on 27 Oct 2014 at 11:15
Original comment by gregs1...@gmail.com
on 11 Nov 2014 at 1:03
Original issue reported on code.google.com by
florentl...@gmail.com
on 21 Nov 2013 at 8:00