Tagged Questions
0
votes
2answers
130 views
Manually add files to tar
I have a ton of txt.gz files on a network I want to ungzip and put into a tgz. I have enough disk space for the all compressed files, but not uncompressed.
The way I see it in my head is
tar -czf ...
2
votes
1answer
92 views
What happens when I drop a file on archive in Nautilus?
I had this file structure:
2000/
001.txt
002.txt
003.txt
...
2001/
...
2002/
...
...
2011/
I guess file structure doesn't matter, but anyway...
So folders are representing couple of ...