
tar:ai:25c0c
How do I download multiple folders in a tar file with takeout
$ tar -cvf my_folders.tar folder1 folder2 folder3
try on your machine
This command creates a tar file named my_folders.tar containing folders folder1, folder2 and folder3.
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 multiple folders in a tar file with takeout?