Answers for "how to put directory in archive bash"

1

how to put directory in archive bash

tar cf ostechnix.tar ostechnix/
# Here, c flag refers create new archive and f refers the file name.
Posted by: Guest on March-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language