$ pwd
Elise
$ ls
Body Mind
$ cd Mind
$ ls
Things I know Things I don't know
$ cd Things I know
$ ls
Geology K-Pop Baking Philosophy World Mythologies
$ cd ..
$ cd Things I don't know
$ mkdir Linux
$ cd Linux
$ cat > Line_Commands.txt
$ mv Line_Commands.txt ../../Things I know
ReplyDelete:)