Last active
October 28, 2024 02:35
-
-
Save ashleyconnor/e26a11a8af6f5b565de4373d2db87c56 to your computer and use it in GitHub Desktop.
One liner to extract a rar archive using docker works on osx/linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -v "$PWD":/data linuxserver/unrar /usr/bin/unrar-alpine e -r /data/$(ls *.rar) /data/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment