.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-nar-cat" "1" "" .PP \fBWarning\fR: This program is \fBexperimental\fR and its interface is subject to change. .SH Name \fCnix nar cat\fR - print the contents of a file inside a NAR file on stdout .SH Synopsis \fCnix nar cat\fR [\fIoption\fR\[u2026]] \fInar\fR \fIpath\fR .SH Examples .IP "\(bu" 2 List a file in a NAR and pipe it through \fCgunzip\fR: .LP .EX # nix nar cat ./hello.nar /share/man/man1/hello.1.gz | gunzip \&.\e\(dq DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. \&.TH HELLO \(dq1\(dq \(dqNovember 2014\(dq \(dqhello 2.10\(dq \(dqUser Commands\(dq … .EE .SH Description This command prints on standard output the contents of the regular file \fIpath\fR inside the NAR file \fInar\fR.