Skip to content

Instantly share code, notes, and snippets.

@ashleyconnor
Last active October 28, 2024 02:35
Show Gist options
  • Save ashleyconnor/e26a11a8af6f5b565de4373d2db87c56 to your computer and use it in GitHub Desktop.
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
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