Hi, I want to do something like this subl ./testfile.csv --command replace_smart_characters --command save --command close
, but no matter what variations I try, I’m falling short. Alternatively something like this sub ./testfile.csv --command replace_smart_charcters > outfile.csv
, anything to help automate this would be great.
Thanks in advance for any advice.