Create Tinaaj 12.2.20 Lab #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Last login: Wed Dec 2 11:42:54 on ttys000
➜ ~ cd~
zsh: command not found: cd~
➜ ~ pwd~
zsh: command not found: pwd~
➜ ~ pwd
/Users/tinajohnson
➜ ~ cd pursuit
➜ pursuit
➜ pursuit
➜ pursuit mkdir Pursuit
➜ pursuit ls
Pursuit labs notes.md sandbox test
js notes projects snowman
➜ pursuit mk dir 2notes.md
zsh: command not found: mk
➜ pursuit mk dir notes.md
zsh: command not found: mk
➜ pursuit mv note.md /notes
mv: rename note.md to /notes: No such file or directory
➜ pursuit touch snowman-test.js
➜ pursuit ls
Pursuit labs notes.md sandbox snowman-test.js
js notes projects snowman test
➜ pursuit cd sandbox
➜ sandbox touch hello.html
➜ sandbox rm snowman-test.js
rm: snowman-test.js: No such file or directory
➜ sandbox cd.. project
zsh: command not found: cd..
➜ sandbox rm -rf snowman-test.js /projects
➜ sandbox ls
ciao.html hello.html
➜ sandbox cd pursuit
cd: no such file or directory: pursuit
➜ sandbox cp hello.html rm-f goodbye.html
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
➜ sandbox ls
ciao.html hello.html
➜ sandbox cp hello.htnl
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
➜ sandbox cd..pursuit
zsh: command not found: cd..pursuit
➜ sandbox ~pursuit
zsh: no such user or named directory: pursuit
➜ sandbox ~
➜ ~ cp pursuit
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
➜ ~ ls
Applications Doggy.text Movies Public journal1
Desktop Downloads Music dogs pursuit
Documents Library Pictures journal writing
➜ ~ rm hello.html
rm: hello.html: No such file or directory
➜ ~ rm ciao.html
rm: ciao.html: No such file or directory