NR | Type | Description | Volume | Example |
---|---|---|---|---|
1 | alias | shell alias | 0/varies | alias ls='ls -l' |
2 | keyword | shell reserved word | 19/constant | for, if, while, case |
3 | function | shell function | 0/varies | function hello() { echo 'Hello, world!'; } |
4 | builtin | shell builtin | 58/constant | cd, echo, read |
5 | file | disk file | hundreds/varies | /bin/ls, /usr/bin/python |
Created
March 12, 2024 22:03
-
-
Save pkutaj/eb71e821fe22a9db02b20eaf142bc25c to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment