unix/linux tar/untar quick guide

UNIX TAR/UNTAR Creating archive: tar -cf archive.tar myDirectories/ Listing the contents of an archive: tar -tf archive.tar Extracting all files from an archive: tar -xf archive.tar

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread