deco archive file extractor 1.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News deco archive file extractor 1.5 (Default branch)
# 1  
Old 08-08-2008
deco archive file extractor 1.5 (Default branch)

deco is a universal archive file extractor that has a consistent command line interface ("deco 1.tar.bz2 2.zip 3.flac 4.rar 5.deb") and consistent behavior (never deleting archives after extraction and extracting relative to the current working directory, just verbosely enough, all unless explicitly requested otherwise). It creates an extraction directory if there is more than one file or directory at the archive top level, and it is able to fix strange permissions. Dozens of archive formats are supported out of the box, and the modular design makes adding support for others trivial. License: GNU General Public License v3 Changes:
Support for tar.7z/t7z archives has been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ARCHIVE_READ_NEW(3)					   BSD Library Functions Manual 				       ARCHIVE_READ_NEW(3)

NAME
archive_read_new -- functions for reading streaming archives LIBRARY
Streaming Archive Library (libarchive, -larchive) SYNOPSIS
#include <archive.h> struct archive * archive_read_new(void); DESCRIPTION
Allocates and initializes a struct archive object suitable for reading from an archive. NULL is returned on error. A complete description of the struct archive object can be found in the overview manual page for libarchive(3). SEE ALSO
tar(1), libarchive(3), archive_read_data(3), archive_read_filter(3), archive_read_format(3), archive_read_set_options(3), archive_util(3), tar(5) BSD
February 2, 2012 BSD