Linux command
arc 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Create
arc a [archive.arc] [files]
Extract
arc x [archive.arc]
List
arc l [archive.arc]
Test
arc t [archive.arc]
说明
arc creates and manipulates archives in the ARC format, which was widely popular in the MS-DOS era during the 1980s. It supports creating new archives, extracting files, listing contents, and testing archive integrity. The tool handles various compression methods used in historical ARC files, including Squeeze, Crunch, and LZW variants. It is primarily used today for accessing legacy archive files rather than creating new ones, as modern formats like zip and tar.gz offer significantly better compression and features.
参数
- a
- Add files to archive
- x
- Extract files
- e
- Extract to current directory
- l
- List contents
- t
- Test archive
- d
- Delete files from archive
- p
- Print file contents
- v
- View with details
FAQ
What is the arc command used for?
arc creates and manipulates archives in the ARC format, which was widely popular in the MS-DOS era during the 1980s. It supports creating new archives, extracting files, listing contents, and testing archive integrity. The tool handles various compression methods used in historical ARC files, including Squeeze, Crunch, and LZW variants. It is primarily used today for accessing legacy archive files rather than creating new ones, as modern formats like zip and tar.gz offer significantly better compression and features.
How do I run a basic arc example?
Run `arc a [archive.arc] [files]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does a do in arc?
Add files to archive