https://github.com/michaeldim02/x
Unix extractor script
https://github.com/michaeldim02/x
Last synced: about 1 year ago
JSON representation
Unix extractor script
- Host: GitHub
- URL: https://github.com/michaeldim02/x
- Owner: MichaelDim02
- License: gpl-3.0
- Created: 2021-07-06T19:23:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T01:30:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T06:57:26.226Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```