Scroll to navigation

ofarc(1) General Commands Manual ofarc(1)

NAME

ofarc - list, extract, create and append to archives

SYNOPSIS

ofarc [options] archive [file1 file2 ...]

DESCRIPTION

ofarc is a program to list, extract, create and append to archives.

OPTIONS

Append to archive.
Archive comment to use when creating or appending.
Create archive.
Extract into the specified directory.
The encoding used by the archive (only tar, lha and zoo files).
Force / overwrite files.
Show the help.
Use an IRI to access the archive.
List all files in the archive.
Never overwrite files.
Print one or more files from the archive.
Quiet mode (no outputu, except errors).
Archive type (gz, lha, tar, tgz, zip, zoo).
Verbose output for file list.
Extract files.

EXAMPLES

Extract all files in an archive:

ofarc -x archive.tar.gz

Create a new archive with the directory foo and all its files:

ofarc -c foo.zip foo

List all files in an archive without downloading it:

ofarc --iri -l https://example.com/archive.lha

Print file README in archive.tar.gz:

ofarc -p archive.tar.gz README