Day 7 2022

This commit is contained in:
Julia Lange 2022-12-06 22:06:37 -08:00
parent cd46777fb5
commit 5a2b225dfa
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
4 changed files with 1087 additions and 0 deletions

24
Python/2022/07/sample Normal file
View file

@ -0,0 +1,24 @@
$ 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
$ cd ..