- when creating a directory or file in TAR format
tar -cvf database.tar ./database
- how to untar the file (Note: there no such command called untar)
tar xvf database.tar .
tar -cvf database.tar ./database
- how to untar the file (Note: there no such command called untar)
tar xvf database.tar .
No comments:
Post a Comment