add help.windows.txt

This commit is contained in:
Seongbeom Park 2022-05-08 03:58:38 +09:00
parent 57a681bee9
commit bb30ac6330

20
help.windows.txt Normal file
View File

@ -0,0 +1,20 @@
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:
Ctrl + S save the open file [when editor is focused]
Ctrl + E close the editor [when editor is focused]
Toggle between the editor and terminal using ESC followed by TAB, then activate with ENTER.