wow, filesystem stats was HARD
This commit is contained in:
23
day7-test-input.txt
Normal file
23
day7-test-input.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
$ cd /
|
||||
$ ls
|
||||
dir a
|
||||
1 b.txt
|
||||
1 c.dat
|
||||
dir d
|
||||
$ cd a
|
||||
$ ls
|
||||
dir e
|
||||
1 f
|
||||
1 g
|
||||
1 h.lst
|
||||
$ cd e
|
||||
$ ls
|
||||
1 i
|
||||
$ cd ..
|
||||
$ cd ..
|
||||
$ cd d
|
||||
$ ls
|
||||
1 j
|
||||
1 d.log
|
||||
1 d.ext
|
||||
1 k
|
||||
Reference in New Issue
Block a user