More actions
added more SDE info |
|||
| Line 4: | Line 4: | ||
=== Opening a file from Fuzzwork SDE Conversions === | === Opening a file from Fuzzwork SDE Conversions === | ||
To extract data from compressed files, use [https://ss64.com/bash/tar.html tar] for <code>.tar.bz2</code> files or [https://ss64.com/osx/bzip.html bunzip2] for <code>.bz2</code> files in Linux, and something like [https://www.7-zip.org/ 7-zip] for either format in | To extract data from compressed files, use [https://ss64.com/bash/tar.html tar] for <code>.tar.bz2</code> files or [https://ss64.com/osx/bzip.html bunzip2] for <code>.bz2</code> files in Linux, and something like [https://www.7-zip.org/ 7-zip] for either format in Windows. Once extracted the files can be opened in the appropriate application that supports the file format. | ||
== How does the ESI fit into all this? == | == How does the ESI fit into all this? == | ||