An open API service indexing awesome lists of open source software.

https://github.com/michaeldim02/x

Unix extractor script
https://github.com/michaeldim02/x

Last synced: about 1 year ago
JSON representation

Unix extractor script

Awesome Lists containing this project

README

          

# x
Unix extractor script

## Can extract the following:
+ zip
+ gz
+ tar
+ tar.gz
+ 7zip
+ 7z
+ bzip2
+ tar.bz2
+ rar
+ Z (standard Unix compress)
+ lzma
+ xz (newer lzma)
+ shar
+ cpio
+ a (ar, rar predecessor)
+ kgb

## Download & Install
Run this command to download and install the script
```
git clone https://github.com/MichaelDim02/x.git && cd x && chmod +x x.sh && sudo move x.sh /bin/x
```

## Usage
```
~$ x filename.zip
```