You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terminal-basics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Cursor | A visual indicator of the user's current position in the <u>Terminal</u
44
44
45
45
As you change folders and move throughout your computer, the prompt will change in response. In many cases, you won't need to move around to run a command.
46
46
47
-
To list all files and folders in the current directory, type <code>ls</code> To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
47
+
To list all files and folders in the current directory, type `ls` To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
0 commit comments