Skip to content

Instantly share code, notes, and snippets.

@this-is-richard
Created May 8, 2019 10:32
Show Gist options
  • Save this-is-richard/789693690595ab5984a3565942a18bea to your computer and use it in GitHub Desktop.
Save this-is-richard/789693690595ab5984a3565942a18bea to your computer and use it in GitHub Desktop.
# https://stackoverflow.com/questions/17068197/how-to-unzip-the-file-name-csv-gz-files-to-csv
!find . -name '*.csv.gz' -exec gzip -d {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment