I want to execute:
xlsx2csv ./mytest
And this works when i type and execute it, but when i use babashka it does not work:
source <(ls my* | bb -i '(map #(str "xlsx2csv " %) *input*)')
/proc/self/fd/11:1: no such file or directory: xlsx2csv mytest
What am i doing wrong here?
I forgot the -o option.