
tar:ai:9f249
how do i download a group of folders
$ tar -cvzf folders.tar.gz folder1 folder2 folder3
try on your machine
Compresses a group of folders ('folder1', 'folder2', and 'folder3') into a single tarball archive named 'folders.tar.gz'
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how do i download a group of folders?