This website is released under |
Built-in Bash commandsalias
Define or display aliases. compgen
Generate possible completion matches for string according to the options. echo
Output the string or more strings, separated by spaces, and terminate with a newline. The return status is always The option The option help
Display information about built-in commands. local
Define local variables. Their use is restricted to a function and its children. printf
Formats and prints read
Read a line from the standard input and split it into fields. 2022-01-31 |