help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Listing the files of a package output


From: Konrad Hinsen
Subject: Listing the files of a package output
Date: Tue, 20 Jun 2023 15:18:09 +0200

Hi Guix,

this looks like a beginner's question, but I can't figure out how to do
this: list the files in a given package output, from the command line (I
do know how to do this in Guile).

For a package with a single output, I can do

  ls -R $(guix build hello)

For a package output other than "out", I can do

  ls -R $(guix build coreutils | grep debug)

But what about coreutils:out?

Cheers,
  Konrad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]