Download TarTool

Description

A simple windows command line tool to decompress and untar .tar.gz files or just untar .tar files>TarTool.exeUsage : >TarTool sourceFile destinationDirectory>TarTool D:\sample.tar.gz ./>TarTool sample.tgz temp>TarTool -x sample.tar temp

Source Files

The download file tartool.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/AssemblyInfo.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/BZip2/BZip2.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/BZip2/BZip2Constants.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/BZip2/BZip2Exception.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/BZip2/BZip2InputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/BZip2/BZip2OutputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Checksums/Adler32.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Checksums/CRC32.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Checksums/IChecksum.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Checksums/StrangeCRC.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/FileSystemScanner.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/INameTransform.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/IScanFilter.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/NameFilter.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/PathFilter.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/StreamUtils.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Core/WindowsPathUtils.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Encryption/PkzipClassic.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/GZip/GZIPConstants.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/GZip/GZipException.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/GZip/GzipInputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/GZip/GzipOutputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/ICSharpCode.SharpZLib.csproj
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/ICSharpCode.SharpZLib.prjx
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Main.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/SharpZipBaseException.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/InvalidHeaderException.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarArchive.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarBuffer.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarEntry.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarException.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarHeader.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarInputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Tar/TarOutputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Deflater.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/DeflaterConstants.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/DeflaterEngine.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/DeflaterHuffman.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/DeflaterPending.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Inflater.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/InflaterDynHeader.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/InflaterHuffmanTree.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/PendingBuffer.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Streams/DeflaterOutputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Streams/InflaterInputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Streams/OutputWindow.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/Compression/Streams/StreamManipulator.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/FastZip.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/IEntryFactory.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/WindowsNameTransform.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipConstants.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipEntry.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipEntryFactory.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipException.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipExtraData.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipFile.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipHelperStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipInputStream.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipNameTransform.cs
Tools.CommandLine/tags/Release_1.0/SharpZipLibSrc/Zip/ZipOutputStream.cs
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/Fruits.tar.gz
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/Properties/AssemblyInfo.cs
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/Readme.txt
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/TarTool.cs
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/Tools.CommandLine.csproj
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.TarTool/app.config
Tools.CommandLine/tags/Release_1.0/Tools.CommandLine.sln
Tools.CommandLine/trunk/SharpZipLibSrc/AssemblyInfo.cs
Tools.CommandLine/trunk/SharpZipLibSrc/BZip2/BZip2.cs
Tools.CommandLine/trunk/SharpZipLibSrc/BZip2/BZip2Constants.cs
Tools.CommandLine/trunk/SharpZipLibSrc/BZip2/BZip2Exception.cs
Tools.CommandLine/trunk/SharpZipLibSrc/BZip2/BZip2InputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/BZip2/BZip2OutputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Checksums/Adler32.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Checksums/CRC32.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Checksums/IChecksum.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Checksums/StrangeCRC.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/FileSystemScanner.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/INameTransform.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/IScanFilter.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/NameFilter.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/PathFilter.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/StreamUtils.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Core/WindowsPathUtils.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Encryption/PkzipClassic.cs
Tools.CommandLine/trunk/SharpZipLibSrc/GZip/GZIPConstants.cs
Tools.CommandLine/trunk/SharpZipLibSrc/GZip/GZipException.cs
Tools.CommandLine/trunk/SharpZipLibSrc/GZip/GzipInputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/GZip/GzipOutputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/ICSharpCode.SharpZLib.csproj
Tools.CommandLine/trunk/SharpZipLibSrc/ICSharpCode.SharpZLib.prjx
Tools.CommandLine/trunk/SharpZipLibSrc/Main.cs
Tools.CommandLine/trunk/SharpZipLibSrc/SharpZipBaseException.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/InvalidHeaderException.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarArchive.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarBuffer.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarEntry.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarException.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarHeader.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarInputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Tar/TarOutputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Deflater.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/DeflaterConstants.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/DeflaterEngine.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/DeflaterHuffman.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/DeflaterPending.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Inflater.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/InflaterDynHeader.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/InflaterHuffmanTree.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/PendingBuffer.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Streams/DeflaterOutputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Streams/InflaterInputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Streams/OutputWindow.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/Compression/Streams/StreamManipulator.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/FastZip.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/IEntryFactory.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/WindowsNameTransform.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipConstants.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipEntry.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipEntryFactory.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipException.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipExtraData.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipFile.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipHelperStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipInputStream.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipNameTransform.cs
Tools.CommandLine/trunk/SharpZipLibSrc/Zip/ZipOutputStream.cs
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/Fruits.tar.gz
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/Properties/AssemblyInfo.cs
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/Readme.txt
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/TarTool.cs
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/Tools.CommandLine.csproj
Tools.CommandLine/trunk/Tools.CommandLine.TarTool/app.config
Tools.CommandLine/trunk/Tools.CommandLine.sln

Download

Click the following link to download tartool.zip.

tartool.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML