LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Recursive Archive (https://www.linuxquestions.org/questions/arch-29/recursive-archive-4175734184/)

vatin 02-23-2024 08:32 PM

Recursive Archive
 
In Garuda XFCE. Right clicking and select archive doesn't archive the files and folders recursively. Only first level of files and folders were included. How to do so recursively?

wpeckham 02-24-2024 10:39 AM

Personally, I do it from the command line.

teckk 02-24-2024 11:51 AM

Open a shell and get it done.

Code:

zip myfile.zip *
zip myfile.zip file1.txt file2.txt ...

https://www.wikihow.com/Tar-a-Directory


All times are GMT -5. The time now is 12:30 PM.