mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-08 19:27:18 +02:00
1c75af969a
The JSON format no longer uses the legacy ATerm `r:` prefixing nonsese, but separate fields. Progress on #9866 Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
20 lines
535 B
Markdown
20 lines
535 B
Markdown
R""(
|
|
|
|
# Examples
|
|
|
|
* List a file in a [Nix Archive (NAR)][Nix Archive] and pipe it through `gunzip`:
|
|
|
|
```console
|
|
# nix nar cat ./hello.nar /share/man/man1/hello.1.gz | gunzip
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
|
|
.TH HELLO "1" "November 2014" "hello 2.10" "User Commands"
|
|
…
|
|
```
|
|
|
|
# Description
|
|
|
|
This command prints on standard output the contents of the regular
|
|
file *path* inside the NAR file *nar*.
|
|
|
|
[Nix Archive]: @docroot@/store/file-system-object/content-address.md#serial-nix-archive
|
|
)""
|