Here’s another way of creating a tar ball from a list of files.
tar -cvf backup.tar.gz a.txt b.txt c.txt d.txt e.txt |
Here’s how to view files in a tarball.
tar -tvf backup.tar.gz |
cloud engineer
Here’s another way of creating a tar ball from a list of files.
tar -cvf backup.tar.gz a.txt b.txt c.txt d.txt e.txt |
tar -cvf backup.tar.gz a.txt b.txt c.txt d.txt e.txt
Here’s how to view files in a tarball.
tar -tvf backup.tar.gz |
tar -tvf backup.tar.gz
I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.