No `unzip` on some box and no admin rights? Do not despair: python3 -c "import zipfile;import sys;zipfile.ZipFile(sys.argv[1], 'r').extractall(sys.argv[2])" some_file.zip some_out_dir
1
16
Replying to @hfmuehleisen
Or see `help(unzip)` (from base package `utils`). #Rstats. Quite some batteries included too.

Apr 4, 2021 · 1:16 PM UTC

1
1
9
Replying to @eddelbuettel
Indeed, but R is of course not installed either. Hard to find a linux box without Python tho
1