My reading notes
Basic Editors
Third party editors
Process
first command line argument is also an option. Options used to modify behaviour of command (- | ) |
path is a means to get to a particular file or directory on the system
Absolute Path Absolute paths specify a location (file or directory) in relation to the root directory. You can identify them easily as they always begin with a forward slash ( / )
Relative Path Relative paths specify a location (file or directory) in relation to where we currently are in the system. They will not begin with a slash.