2022-01-09 14:39:48 +09:00

21 lines
679 B
Plaintext

Use the following shell commands:
cd change directory [dir_name]
cat print file [file_name]
deleteme delete all of your data associated with foobar
edit open file in editor [file_name]
feedback provide feedback on foobar
less print a file a page at a time [file_name]
ls list directory contents [dir_name]
request request new challenge
status print progress
submit submit final solution file for assessment [file_name]
verify runs tests on solution file [file_name]
Keyboard help:
⌘ + S save the open file [when editor is focused]
⌘ + E close the editor [when editor is focused]
Toggle between the editor and terminal using ESC followed by TAB, then activate with ENTER.