1unquote file.txtar 2txtar-x -C x/y file.txtar 3cmp x/y/foo expect/foo 4cmp x/y/a/b/bar expect/a/b/bar 5 6-- file.txtar -- 7>some comment 8> 9>-- foo -- 10>foo 11>-- a/b/bar -- 12>bar 13-- expect/foo -- 14foo 15-- expect/a/b/bar -- 16bar
View as plain text