Skip to content

Instantly share code, notes, and snippets.

@pkutaj
Created March 12, 2024 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkutaj/eb71e821fe22a9db02b20eaf142bc25c to your computer and use it in GitHub Desktop.
Save pkutaj/eb71e821fe22a9db02b20eaf142bc25c to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment