GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ofarc(1) FreeBSD General Commands Manual ofarc(1)

ofarc - list, extract, create and append to archives

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

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

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.

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


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.