-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClass-2
More file actions
30 lines (22 loc) · 730 Bytes
/
Class-2
File metadata and controls
30 lines (22 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Class 2 Notes
The Terminal is not meant to replace the GUI,
but meant to be another tool in a developers tool box.
Terminals usually appear as:
prompt: (Command) ls -l/home/trace
output-of-command here is the list
prompt: (Command)
**Navigation**
PWD - is the current location.
LS - is a short list.
CD - to navigate to a new location.
Tab completeion is a fast / accurate way to complete names of locations.
Relative Path - path relative to current location.
Absolute Path - raltive to the root of file system.
Text Editor
Recommended features:
- Code completion
- Syntax Highlighting
- Variety of themes
- Have a variety of extensions
IDE - Integrated Development Environment
Ex. Visual Studio Code, Brackets, Sublime