The following commands I use to convert batch wav files to single file.
sox $(find . -iname '*.wav') out.wav
Or
sox -m $(cat ../namewav.txt) output.wav
here namewav.txt is the list of all wav file names.
These commands used to work for me perfectly. But now sox giving me the following errors
sox WARN getopt: option `(' not recognized
sox: SoX v14.4.2
sox FAIL sox: invalid option
I uninstalled and reinstalled sox. But its not working.