Answer the question
In order to leave comments, you need to log in
How to zip and immediately copy the result to another folder in ubuntu using tar?
The task is to archive the test folder and immediately copy the result to the home directory.
tar -zcvf archive.tar.gz ./load.mp3 | cp ~/Downloads/ doesn't work that way, you need a second operand.
How will be correct? I always have problems copying and moving files after processing.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question