Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
RZ_AR(1)		     General Commands Manual			RZ_AR(1)

NAME
     rz-ar -- List and extract members from .a and .lib archives

SYNOPSIS
     rz-ar [-hlqv] [-o outdir] archive [member ...]

DESCRIPTION
     This command is part of the Rizin project.

     rz-ar lists or extracts archive members from .a and .lib files.  It creates
     missing directories in the output path automatically.

     When  no  member filters are provided, all members are processed.	When one
     or more member arguments are provided, only matching members are processed.

     The options are:

     -h 	 Show usage help message.

     -l 	 List matching members only.

     -o outdir	 Set extraction output directory (default: current directory).

     -q 	 Quiet mode.

     -v 	 Show version information.

EXIT STATUS
     0	     Operation completed successfully.

     1	     Invalid arguments, open failure, no matches,  or  extraction  fail-
	     ures.

EXAMPLES
     List all members:

	   rz-ar -l libfoo.a

     Extract all members into current directory:

	   rz-ar libfoo.a

     Extract selected members into output directory:

	   rz-ar -o out libfoo.a foo.o bar.o

SEE ALSO
     rizin(1), rz-bin(1), rz-hash(1)

FreeBSD ports 15.quarterly	 March 14, 2026 			RZ_AR(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rz-ar&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help