A text editor is a piece of software that you download and install on your computer that allow to write and manage text espesially the text you write to bulid awebsite.
IDES: Integrated Development Environment :text editor afile manage acompiler and debugger in one software package.
- ** notepad++** : is afree text editor for windows .
- ** bb edit** :is asoftware that you purchase .
- ** visual studio code ** is afree text editor VS Code has the Emmet shorthand for HTML and CSS already built-in with no additional work from you at all. VS Code has everything: syntax highlighting, themes, extensions and code completion. It seems like VS Code has a very healthy following in the web devloper community .
Linux has a graphical user interface and it works pretty much like the GUI's on other system with such as windows and osx.
- If you're on a Mac then you'll find the program Terminal under Applications -> Utilities.
- If on Linux then you will probably find it in Applications -> System or Applications -> Utilities .
a part of the operating system that defines how the terminal will behave and and look after running command for you . There are various shells available but the most common one is called bash.
- display system variable.
- display message .
- pwd : Print Working Directory - ie. Where are we currently.
- ls : List the contents of a directory.
- cd :Change Directories - ie. move to another directory.
- file :obtain information about what type of file a file or directory is.
- ls-a : List the contents of a directory, including hidden files.