How to use TAR command in Unix
“tar” is called as tape archive a command in UNIX or Linux is one of the important command which provides archiving functionality in UNIX.
The tar command used to merge a collection of files and directories into highly compressed archive file commonly called tarball or tar, gzip and bzip in Linux. Its very widely used […]