logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ostree-ls - List file paths

Description

       Prints a list of file paths within the given commit, and within the given path(s) if specified. The first
       letter of the file line output specifies the type: "-" for regular file, "d" for directory, "l" for
       symbolic link. See EXAMPLE section for more detail on the specific output.

Example

$ostreelsmy-branch

                   d00644 0 0    0 /
                   -00644 0 0    2 /helloworld.txt
                   d00755 0 0    0 /testdirectory

       Here, the first column is the file-type symbol (as explained in the DESCRIPTION section) followed by the
       S_IFMT file type. The next two columns (here: 0 0) are respectively the user ID and group ID for the
       file. After the break, the next number represents that file's standard size. The final column is the file
       path.

OSTree                                                                                              OSTREELS(1)

Name

       ostree-ls - List file paths

Options

--dironly,-d
           Do not recurse into directory arguments.

       --recursive,-R
           Print directories recursively.

       --checksum,-C
           Print checksum.

       --xattrs,-X
           Print extended attributes.

       --nul-filenames-only
           Print only filenames, NUL separated.

Synopsis

ostreels [OPTIONS...] {COMMIT} [PATHS...]

See Also