search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Ar Commands
13 ar entries
Limited to 100 results
ar Archive
Ar Command: Create Archive With Index
ar rs <path/to/file.a> <path/to/file1.o path/to/file2.o ...> ar Archive
Ar Command: Create Archive With Object File Index
ar rs <path/to/file.a> <path/to/file1.o path/to/file2.o ...> ar Operations
Ar Command: Create With Index
ar rs <path/to/file.a> <path/to/file1.o path/to/file2.o ...> ar Archive
Ar Command: Extract
ar x <path/to/file.a> ar Archive
Ar Command: Extract All Members From Archive
ar x <path/to/file.a> ar Operations
Ar Command: Insert Object File Index
ar s <path/to/file.a> ar Operations
Ar Command: Insert Index
ar s <path/to/file.a> ar Operations
Ar Command: List
ar t <path/to/file.ar> ar Archive
Ar Command: List Archive Contents
ar t <path/to/file.ar> ar Archive
Ar Command: List Contents In Specific Archive
ar t <path/to/file.ar> ar Archive
Ar Command: List Contents Of Archive
ar t <path/to/file.ar> ar Archive
Ar Command: Replace Or Add Files To Archive
ar r <path/to/file.deb> <path/to/debian-binary path/to/control.tar.gz path/to/data.tar.xz ...> ar Archive
Ar Command: Replace Or Add
ar r <path/to/file.deb> <path/to/debian-binary path/to/control.tar.gz path/to/data.tar.xz ...>