README.md (436B)
1 # x 2 Unix extractor script 3 4 ## Can extract the following: 5 + zip 6 + gz 7 + tar 8 + tar.gz 9 + 7zip 10 + 7z 11 + bzip2 12 + tar.bz2 13 + rar 14 + Z (standard Unix compress) 15 + lzma 16 + xz (newer lzma) 17 + shar 18 + cpio 19 + a (ar, rar predecessor) 20 + kgb 21 22 ## Download & Install 23 Run this command to download and install the script 24 ``` 25 git clone https://github.com/MichaelDim02/x.git && cd x && chmod +x x.sh && sudo move x.sh /bin/x 26 ``` 27 28 ## Usage 29 ``` 30 ~$ x filename.zip 31 ```