diff options
author | Julien Dessaux | 2022-12-07 15:56:22 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-12-07 15:56:22 +0100 |
commit | e6f0f92251551e496bffe17bc8245af42cb83ed2 (patch) | |
tree | 7b36d90b219bdd71b79c7e0e589e4fe3def3b4ad /2022/07-no-space-left-on-device/example | |
parent | 2022-03 part 1 in befunge! (diff) | |
download | advent-of-code-e6f0f92251551e496bffe17bc8245af42cb83ed2.tar.gz advent-of-code-e6f0f92251551e496bffe17bc8245af42cb83ed2.tar.bz2 advent-of-code-e6f0f92251551e496bffe17bc8245af42cb83ed2.zip |
2022-07 in zig
Diffstat (limited to '2022/07-no-space-left-on-device/example')
-rw-r--r-- | 2022/07-no-space-left-on-device/example | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/2022/07-no-space-left-on-device/example b/2022/07-no-space-left-on-device/example new file mode 100644 index 0000000..09a921e --- /dev/null +++ b/2022/07-no-space-left-on-device/example @@ -0,0 +1,23 @@ +$ cd / +$ ls +dir a +14848514 b.txt +8504156 c.dat +dir d +$ cd a +$ ls +dir e +29116 f +2557 g +62596 h.lst +$ cd e +$ ls +584 i +$ cd .. +$ cd .. +$ cd d +$ ls +4060174 j +8033020 d.log +5626152 d.ext +7214296 k |