1OSTREE CAT(1) ostree cat OSTREE CAT(1)
2
3
4
6 ostree-cat - Display or concatenate contents of files
7
9 ostree cat {COMMIT} {PATH...}
10
12 This command functions much like the typical Unix "cat" command, in
13 that it displays the contents of a file, or concatenates them given two
14 or more files. However, this command requires the user to specify a
15 commit - a checksum or refspec corresponding to a given build. If you
16 use a refspec, OSTree will refer to the most recent commit, unless you
17 specify a parent build using the carat (^) at the end of the refspec.
18 It will then operate the command in that given commit.
19
21 $ ostree cat my-branch helloworld.txt
22
23 Hello, world!
24
25
26
27OSTree OSTREE CAT(1)