Saturday, July 25, 2020

Extract tar zip file





tar -xf archive.tar.gz

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +