How to remove those files after tar
Hello,
I have this file XX.tar.gz. After unzip them using,
tar -zxvf XX.tar.gz, I have all other files and directories.
For example,
bin, src, lib ....
So what is the command to remove/delete them cleanly?
tar --delete ???
Can someone please teach me??
Thank you! =D
|