Take this example.tar example:
$ ouch l example.tar
Archive: "example.tar"
example
example/file
example/link
$ ouch l example.tar --tree
Archive: "example.tar"
└── example
├── file
└── link
The expected output:
$ ouch l example.tar
Archive: "example.tar"
example
example/file
example/link -> target_here
$ ouch l example.tar --tree
Archive: "example.tar"
└── example
├── file
└── link -> target_here
Take this
example.tarexample:The expected output: