Hi
1) I have .tar file which i am going to extract in a particular environment.
Now the files after extracting might be changed over time and I want to take the new tar of these files to put the same files into another env.
The existing tar contains tar contains more than 100 files, so is it possible that I take new tar using previous .tar file or creating a new tar with listing all files is the only way.
2) While extracting the tar using xvf option, if there is a file that already exists would it be overwritten(This is required)
Thanks
1) I have .tar file which i am going to extract in a particular environment.
Now the files after extracting might be changed over time and I want to take the new tar of these files to put the same files into another env.
The existing tar contains tar contains more than 100 files, so is it possible that I take new tar using previous .tar file or creating a new tar with listing all files is the only way.
2) While extracting the tar using xvf option, if there is a file that already exists would it be overwritten(This is required)
Thanks