Skip to content

Instantly share code, notes, and snippets.

@Trombach
Forked from chabala/using-google-takeout.md
Last active March 31, 2023 21:32
Show Gist options
  • Select an option

  • Save Trombach/63670de4672857cf507d4724799bf2ef to your computer and use it in GitHub Desktop.

Select an option

Save Trombach/63670de4672857cf507d4724799bf2ef to your computer and use it in GitHub Desktop.
Merge and extract tgz files from Google Takeout
#!/bin/zsh
pv takeout-* | tar xzif - && rm takeout-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment