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-cat - Display or concatenate contents of files

Description

       This command functions much like the typical Unix "cat" command, in that it displays the contents of a
       file, or concatenates them given two or more files. However, this command requires the user to specify a
       commit - a checksum or refspec corresponding to a given build. If you use a refspec, OSTree will refer to
       the most recent commit, unless you specify a parent build using the carat (^) at the end of the refspec.
       It will then operate the command in that given commit.

Example

$ostreecatmy-branchhelloworld.txt

                   Hello, world!

OSTree                                                                                             OSTREECAT(1)

Name

       ostree-cat - Display or concatenate contents of files

Synopsis

ostreecat {COMMIT} {PATH...}

See Also