Skip to content

Instantly share code, notes, and snippets.

@vmi
Created August 17, 2012 02:48
Show Gist options
  • Save vmi/3375490 to your computer and use it in GitHub Desktop.
Save vmi/3375490 to your computer and use it in GitHub Desktop.
tar ⇔ cpio
tar cf FILE ⇔ cpio -oF FILE
tar tf FILE ⇔ cpio -tF FILE
tar xf FILE ⇔ cpio -iF FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment