Command
|
Mod
|
Firmware
|
Description
|
Path
|
Type
|
Origin
|
---|
alias (bashcmd)
|
4
|
7.04 - 7.26
|
Define or display aliases.
|
<bash>
|
bash
|
Bash
|
bg (bashcmd)
|
4
|
7.04 - 7.26
|
Move jobs to the background.
|
<bash>
|
bash
|
Bash
|
bind
|
4
|
7.04 - 7.26
|
Set Readline key bindings and variables.
|
<bash>
|
bash
|
Bash
|
break (bashcmd)
|
4
|
7.04 - 7.26
|
Exit for, while, or until loops.
|
<bash>
|
bash
|
Bash
|
builtin
|
4
|
7.04 - 7.26
|
Execute shell builtins.
|
<bash>
|
bash
|
Bash
|
caller
|
4
|
7.04 - 7.26
|
Return the context of the current subroutine call.
|
<bash>
|
bash
|
Bash
|
case (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands based on pattern matching.
|
<bash>
|
bash
|
Bash
|
cd (bashcmd)
|
4
|
7.04 - 7.26
|
Change the shell working directory.
|
<bash>
|
bash
|
Bash
|
command (bashcmd)
|
4
|
7.04 - 7.26
|
Execute a simple command or display information about commands.
|
<bash>
|
bash
|
Bash
|
compgen
|
4
|
7.04 - 7.26
|
Display possible completions depending on the options.
|
<bash>
|
bash
|
Bash
|
complete
|
4
|
7.04 - 7.26
|
Specify how arguments are to be completed by Readline.
|
<bash>
|
bash
|
Bash
|
compopt
|
4
|
7.04 - 7.26
|
Modify or display completion options.
|
<bash>
|
bash
|
Bash
|
continue (bashcmd)
|
4
|
7.04 - 7.26
|
Resume for, while, or until loops.
|
<bash>
|
bash
|
Bash
|
coproc
|
4
|
7.04 - 7.26
|
Create a coprocess.
|
<bash>
|
bash
|
Bash
|
declare
|
4
|
7.04 - 7.26
|
Set variable values and attributes.
|
<bash>
|
bash
|
Bash
|
dirs
|
4
|
7.04 - 7.26
|
Display directory stack.
|
<bash>
|
bash
|
Bash
|
disown
|
4
|
7.04 - 7.26
|
Remove jobs from current shell.
|
<bash>
|
bash
|
Bash
|
echo (bashcmd)
|
4
|
7.04 - 7.26
|
Write arguments to the standard output.
|
<bash>
|
bash
|
Bash
|
enable
|
4
|
7.04 - 7.26
|
Enable and disable shell builtins.
|
<bash>
|
bash
|
Bash
|
eval (bashcmd)
|
4
|
7.04 - 7.26
|
Execute arguments as a shell command.
|
<bash>
|
bash
|
Bash
|
exec (bashcmd)
|
4
|
7.04 - 7.26
|
Replace the shell with the given command.
|
<bash>
|
bash
|
Bash
|
exit (bashcmd)
|
4
|
7.04 - 7.26
|
Exit the shell.
|
<bash>
|
bash
|
Bash
|
export (bashcmd)
|
4
|
7.04 - 7.26
|
Set export attribute for shell variables.
|
<bash>
|
bash
|
Bash
|
false (bashcmd)
|
4
|
7.04 - 7.26
|
Return an unsuccessful result.
|
<bash>
|
bash
|
Bash
|
fc (bashcmd)
|
4
|
7.04 - 7.26
|
Display or execute commands from the history list.
|
<bash>
|
bash
|
Bash
|
fg (bashcmd)
|
4
|
7.04 - 7.26
|
Move job to the foreground.
|
<bash>
|
bash
|
Bash
|
for (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands for each member in a list or arithmetic for loop.
|
<bash>
|
bash
|
Bash
|
function (bashcmd)
|
4
|
7.04 - 7.26
|
Define shell function.
|
<bash>
|
bash
|
Bash
|
getopts (bashcmd)
|
4
|
7.04 - 7.26
|
Parse option arguments.
|
<bash>
|
bash
|
Bash
|
hash (bashcmd)
|
4
|
7.04 - 7.26
|
Remember or display program locations.
|
<bash>
|
bash
|
Bash
|
help (bashcmd)
|
4
|
7.04 - 7.26
|
Display information about builtin commands.
|
<bash>
|
bash
|
Bash
|
history (bashcmd)
|
4
|
7.04 - 7.26
|
Display or manipulate the history list.
|
<bash>
|
bash
|
Bash
|
if (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands based on conditional.
|
<bash>
|
bash
|
Bash
|
jobs (bashcmd)
|
4
|
7.04 - 7.26
|
Display status of jobs.
|
<bash>
|
bash
|
Bash
|
kill (bashcmd)
|
4
|
7.04 - 7.26
|
Send a signal to a job.
|
<bash>
|
bash
|
Bash
|
let (bashcmd)
|
4
|
7.04 - 7.26
|
Evaluate arithmetic expressions.
|
<bash>
|
bash
|
Bash
|
local (bashcmd)
|
4
|
7.04 - 7.26
|
Define local variables.
|
<bash>
|
bash
|
Bash
|
logout
|
4
|
7.04 - 7.26
|
Exit a login shell.
|
<bash>
|
bash
|
Bash
|
mapfile
|
4
|
7.04 - 7.26
|
Read lines from the standard input into an indexed array variable.
|
<bash>
|
bash
|
Bash
|
popd
|
4
|
7.04 - 7.26
|
Remove directories from stack.
|
<bash>
|
bash
|
Bash
|
printf (bashcmd)
|
4
|
7.04 - 7.26
|
Formats and prints arguments under control of a given format.
|
<bash>
|
bash
|
Bash
|
pushd
|
4
|
7.04 - 7.26
|
Add directories to stack.
|
<bash>
|
bash
|
Bash
|
pwd (bashcmd)
|
4
|
7.04 - 7.26
|
Print the name of the current working directory.
|
<bash>
|
bash
|
Bash
|
read (bashcmd)
|
4
|
7.04 - 7.26
|
Read a line from the standard input and split it into fields.
|
<bash>
|
bash
|
Bash
|
readarray
|
4
|
7.04 - 7.26
|
Read lines from a file into an array variable. Symomym for mapfile.
|
<bash>
|
bash
|
Bash
|
readonly (bashcmd)
|
4
|
7.04 - 7.26
|
Mark shell variables as unchangeable.
|
<bash>
|
bash
|
Bash
|
return (bashcmd)
|
4
|
7.04 - 7.26
|
Return from a shell function.
|
<bash>
|
bash
|
Bash
|
select
|
4
|
7.04 - 7.26
|
Select words from a list and execute commands.
|
<bash>
|
bash
|
Bash
|
set (bashcmd)
|
4
|
7.04 - 7.26
|
Set or unset values of shell options and positional parameters.
|
<bash>
|
bash
|
Bash
|
shift (bashcmd)
|
4
|
7.04 - 7.26
|
Shift positional parameters.
|
<bash>
|
bash
|
Bash
|
shopt
|
4
|
7.04 - 7.26
|
Set and unset shell options.
|
<bash>
|
bash
|
Bash
|
source (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands from a file in the current shell.
|
<bash>
|
bash
|
Bash
|
suspend
|
4
|
7.04 - 7.26
|
Suspend shell execution.
|
<bash>
|
bash
|
Bash
|
test (bashcmd)
|
4
|
7.04 - 7.26
|
Evaluate conditional expression.
|
<bash>
|
bash
|
Bash
|
time (bashcmd)
|
4
|
7.04 - 7.26
|
Report time consumed by pipeline's execution.
|
<bash>
|
bash
|
Bash
|
times (bashcmd)
|
4
|
7.04 - 7.26
|
Print out the user and system times used by the shell and its children.
|
<bash>
|
bash
|
Bash
|
trap (bashcmd)
|
4
|
7.04 - 7.26
|
Trap signals and other events.
|
<bash>
|
bash
|
Bash
|
true (bashcmd)
|
4
|
7.04 - 7.26
|
Return a successful result.
|
<bash>
|
bash
|
Bash
|
type (bashcmd)
|
4
|
7.04 - 7.26
|
Display information about command type.
|
<bash>
|
bash
|
Bash
|
typeset
|
4
|
7.04 - 7.26
|
Set variable values and attributes. Symomym for declare.
|
<bash>
|
bash
|
Bash
|
ulimit (bashcmd)
|
4
|
7.04 - 7.26
|
Modify shell resource limits.
|
<bash>
|
bash
|
Bash
|
umask (bashcmd)
|
4
|
7.04 - 7.26
|
Display or set file mode mask.
|
<bash>
|
bash
|
Bash
|
unalias (bashcmd)
|
4
|
7.04 - 7.26
|
Remove entries from the list of defined aliases.
|
<bash>
|
bash
|
Bash
|
unset (bashcmd)
|
4
|
7.04 - 7.26
|
Unset values and attributes of shell variables and functions.
|
<bash>
|
bash
|
Bash
|
until (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands as long as a test does not succeed.
|
<bash>
|
bash
|
Bash
|
variables
|
4
|
7.04 - 7.26
|
Not a command! Common shell variable names and usage.
|
<bash>
|
bash
|
Bash
|
wait (bashcmd)
|
4
|
7.04 - 7.26
|
Wait for job completion and return exit status.
|
<bash>
|
bash
|
Bash
|
while (bashcmd)
|
4
|
7.04 - 7.26
|
Execute commands as long as a test succeeds.
|
<bash>
|
bash
|
Bash
|
68 Bash commands
|
---|