Browse Source

Update 'Readme.md'

master
parent
commit
321a96df49
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Readme.md

+ 2
- 2
Readme.md View File

@ -145,11 +145,11 @@ The most common are the first two, while the others allow to build up a toolbox
## Binary executable ##
Binary executables are programs in the classical sense. A binary executable is created by compiling source code to machine code. This means that when you open the file in a text editor you cannot read it[^2].
Binary executables are programs in the classical sense. A binary executable is created by compiling source code to machine code. This means that when you open the file in a text editor you cannot read it[^2].
## Shell builtin ##
Shell builtins are command-line tools provided by the shell, which is Bash in our case. Examples include cd and help. These cannot be changed. Shell builtins may differ between shells. Like binary executables, they cannot be easily inspected or changed.
Shell builtins are command-line tools provided by the shell, which is Bash in our case. Examples include cd and help. These cannot be changed. Shell builtins may differ between shells. Like binary executables, they cannot be easily inspected or changed.
## Interpreted Script ##


Loading…
Cancel
Save