Skip to content

Instantly share code, notes, and snippets.

@antoineclaval
Last active December 5, 2022 19:17
Show Gist options
  • Save antoineclaval/e283ede01ffe1110f723622bb5344937 to your computer and use it in GitHub Desktop.
Save antoineclaval/e283ede01ffe1110f723622bb5344937 to your computer and use it in GitHub Desktop.
#!usr/bin/env bash
find csvFolder/ -type f -name "*.csv" -exec sh -c 'f={}; sh convert.sh $f > $f.srt' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment