GNU bash, version 4.1.0(2)-release (arm-unknown-eabi)

These shell commands are defined internally.
 Type `help' to see this list.
Type `help name' to find out more about the function `name'.
Use `info bash' to
 find out more about the shell in general.

Use `man -k' or `info' to find out more about commands
 not in this list.



A star (*) next to a name means that the command is disabled.



job_spec [&]   
(( expression )) 
. filename [arguments]    

:

[ arg... ] 
[[ expression ]]  
alias [-p] [name[=value] ... ] 
bind [-lpvsPVS] [-m keymap] [-f filen> 
break [n] 
builtin [shell-builtin [arg ...]] 
caller [expr]   
case WORD in [PATTERN [| PATTERN]...)> 

cd [-L|-P] [dir] 

command [-pVv] command [arg ...] 
compgen [-abcdefgjksuv] [-o option]  > 
complete [-abcdefgjksuv] [-pr] [-DE] >  
compopt [-o|+o option] [-DE] [name ..>  
continue [n]                            
coproc [NAME] command [redirections]  
declare [-aAfFilrtux] [-p] [name[=val>  
dirs [-clpv] [+N] [-N]  

echo [-neE] [arg ...]   
enable [-a] [-dnps] [-f filename] [na>

eval [arg ...] 
exec [-cl] [-a name] [command [argume>  
exit [n]         
export [-fn] [name[=value] ...] or ex>
false  

fc [-e ename] [-lnr] [first] [last] o>

for NAME [in WORDS ... ] ; do COMMAND>  
for (( exp1; exp2; exp3 )); do COMMAN>


function name { COMMANDS ; } or name > 

getopts optstring name [arg]
hash [-lr] [-p pathname] [-dt] [name >  

help [-dms] [pattern ...]  
history [-c] [-d offset] [n] or histo>


if COMMANDS; then COMMANDS; [ elif C>
 
kill [-s sigspec | -n signum | -sigs>
               
let arg [arg ...]
 
local [option] name[=value] ...
    
logout [n]
   
mapfile [-n count] [-O origin] [-s c>
 
popd [-n] [+N | -N]
  
printf [-v var] format [arguments]
                               
pushd [-n] [+N | -N | dir]
       
pwd [-LP]
read [-ers] [-a array] [-d delim] [->
  
readarray [-n count] [-O origin] [-s>
                        
readonly [-af] [name[=value] ...] or>
       
return [n]
  
select NAME [in WORDS ... ;] do COMM>
 
set [--abefhkmnptuvxBCHP] [-o option>



shift [n]


shopt [-pqsu] [-o] [optname ...]
 
source filename [arguments]
 
test [expr]
 
time [-p] pipeline
times
   
trap [-lp] [[arg] signal_spec ...]
                          
true
 
type [-afptP] name [name ...]
       
typeset [-aAfFilrtux] [-p] name[=val>
  
ulimit [-SHacdefilmnpqrstuvx] [limit>
 
umask [-p] [-S] [mode]
   

unalias [-a] name [name ...]
 
unset [-f] [-v] [name ...]
   
until COMMANDS; do COMMANDS; done
 

variables - Names and meanings of so>
        

wait [pid]
 
while COMMANDS; do COMMANDS; done
          
{ COMMANDS ; }
50