automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 15:46:26 -04:00
parent 2772fd8950
commit ba551064a7
284 changed files with 15015 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Pro Tips
There are several things you can try when you are unsure how to continue:
* First, if you know a command, but dont know how to use it, try the manual (man page) by entering man <command>. For example, man ls to learn about the "ls" command. The "man" command also has a manual, try it! When using man, press q to quit (you can also use / and n and N to search).
* Second, if there is no man page, the command might be a shell built-in. In that case use the "help <X>" command. E.g. help cd
* Also, your favorite search-engine is your friend. Learn how to use it! I recommend Google.
* Lastly, if you are still stuck, you can join us via chat
## What To Do When Lost
You will encounter many situations in which you have no idea what you are supposed to do. Dont panic! Dont give up! The purpose of this game is for you to learn the basics.
Part of learning the basics, is reading a lot of new information. If youve never used the command line before, a good first read is this introduction to user commands.