If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Bash-Commands
BoxMatrix >> Shell-Commands >> Bash-Commands | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
BusyBox is a good all in one executable with its reasonable ash shell, but it is not compatible to scripts written for bash. That's the reason why AVM additionally uses bash for some models. Unlike busybox bash mostly runs external commands which are not part of bash. However, bash also implements quite some internal commands, more than ash does. |
Bash-Commands[edit]
Goto: Bash-Builtins - Bash-Loadables
Bash-Builtins[edit]
Commands which are built into the bash interpreter. and could only be called from within bash.
Daily updated index of all bash commands found scanning Firmware-Probes . Last update: 2024-11-21 05:56 GMT.
The label (bashcmd)
in the Command
column shows there are other objects in this wiki using this name.
The Mod
column shows the amount of models using the respective command. Click the column header to sort by this number.
Goto: A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - Index
Command | Mod | Firmware | Description | Path | Type | Origin |
---|---|---|---|---|---|---|
alias (bashcmd) | 4 | 7.04 - 8.00 | Define or display aliases. | <bash> | bash | Bash |
bg (bashcmd) | 4 | 7.04 - 8.00 | Move jobs to the background. | <bash> | bash | Bash |
bind | 4 | 7.04 - 8.00 | Set Readline key bindings and variables. | <bash> | bash | Bash |
break (bashcmd) | 4 | 7.04 - 8.00 | Exit for, while, or until loops. | <bash> | bash | Bash |
builtin | 4 | 7.04 - 8.00 | Execute shell builtins. | <bash> | bash | Bash |
caller | 4 | 7.04 - 8.00 | Return the context of the current subroutine call. | <bash> | bash | Bash |
case (bashcmd) | 4 | 7.04 - 8.00 | Execute commands based on pattern matching. | <bash> | bash | Bash |
cd (bashcmd) | 4 | 7.04 - 8.00 | Change the shell working directory. | <bash> | bash | Bash |
command (bashcmd) | 4 | 7.04 - 8.00 | Execute a simple command or display information about commands. | <bash> | bash | Bash |
compgen | 4 | 7.04 - 8.00 | Display possible completions depending on the options. | <bash> | bash | Bash |
complete (bashcmd) | 4 | 7.04 - 8.00 | Specify how arguments are to be completed by Readline. | <bash> | bash | Bash |
compopt | 4 | 7.04 - 8.00 | Modify or display completion options. | <bash> | bash | Bash |
continue (bashcmd) | 4 | 7.04 - 8.00 | Resume for, while, or until loops. | <bash> | bash | Bash |
coproc | 4 | 7.04 - 8.00 | Create a coprocess. | <bash> | bash | Bash |
declare | 4 | 7.04 - 8.00 | Set variable values and attributes. | <bash> | bash | Bash |
dirs | 4 | 7.04 - 8.00 | Display directory stack. | <bash> | bash | Bash |
disown | 4 | 7.04 - 8.00 | Remove jobs from current shell. | <bash> | bash | Bash |
echo (bashcmd) | 4 | 7.04 - 8.00 | Write arguments to the standard output. | <bash> | bash | Bash |
enable | 4 | 7.04 - 8.00 | Enable and disable shell builtins. | <bash> | bash | Bash |
eval (bashcmd) | 4 | 7.04 - 8.00 | Execute arguments as a shell command. | <bash> | bash | Bash |
exec (bashcmd) | 4 | 7.04 - 8.00 | Replace the shell with the given command. | <bash> | bash | Bash |
exit (bashcmd) | 4 | 7.04 - 8.00 | Exit the shell. | <bash> | bash | Bash |
export (bashcmd) | 4 | 7.04 - 8.00 | Set export attribute for shell variables. | <bash> | bash | Bash |
false (bashcmd) | 4 | 7.04 - 8.00 | Return an unsuccessful result. | <bash> | bash | Bash |
fc (bashcmd) | 4 | 7.04 - 8.00 | Display or execute commands from the history list. | <bash> | bash | Bash |
fg (bashcmd) | 4 | 7.04 - 8.00 | Move job to the foreground. | <bash> | bash | Bash |
for (bashcmd) | 4 | 7.04 - 8.00 | Execute commands for each member in a list or arithmetic for loop. | <bash> | bash | Bash |
function (bashcmd) | 4 | 7.04 - 8.00 | Define shell function. | <bash> | bash | Bash |
getopts (bashcmd) | 4 | 7.04 - 8.00 | Parse option arguments. | <bash> | bash | Bash |
hash (bashcmd) | 4 | 7.04 - 8.00 | Remember or display program locations. | <bash> | bash | Bash |
help (bashcmd) | 4 | 7.04 - 8.00 | Display information about builtin commands. | <bash> | bash | Bash |
history (bashcmd) | 4 | 7.04 - 8.00 | Display or manipulate the history list. | <bash> | bash | Bash |
if (bashcmd) | 4 | 7.04 - 8.00 | Execute commands based on conditional. | <bash> | bash | Bash |
jobs (bashcmd) | 4 | 7.04 - 8.00 | Display status of jobs. | <bash> | bash | Bash |
kill (bashcmd) | 4 | 7.04 - 8.00 | Send a signal to a job. | <bash> | bash | Bash |
let (bashcmd) | 4 | 7.04 - 8.00 | Evaluate arithmetic expressions. | <bash> | bash | Bash |
local (bashcmd) | 4 | 7.04 - 8.00 | Define local variables. | <bash> | bash | Bash |
logout | 4 | 7.04 - 8.00 | Exit a login shell. | <bash> | bash | Bash |
mapfile | 4 | 7.04 - 8.00 | Read lines from the standard input into an indexed array variable. | <bash> | bash | Bash |
popd | 4 | 7.04 - 8.00 | Remove directories from stack. | <bash> | bash | Bash |
printf (bashcmd) | 4 | 7.04 - 8.00 | Formats and prints arguments under control of a given format. | <bash> | bash | Bash |
pushd | 4 | 7.04 - 8.00 | Add directories to stack. | <bash> | bash | Bash |
pwd (bashcmd) | 4 | 7.04 - 8.00 | Print the name of the current working directory. | <bash> | bash | Bash |
read (bashcmd) | 4 | 7.04 - 8.00 | Read a line from the standard input and split it into fields. | <bash> | bash | Bash |
readarray | 4 | 7.04 - 8.00 | Read lines from a file into an array variable. Symomym for mapfile. | <bash> | bash | Bash |
readonly (bashcmd) | 4 | 7.04 - 8.00 | Mark shell variables as unchangeable. | <bash> | bash | Bash |
return (bashcmd) | 4 | 7.04 - 8.00 | Return from a shell function. | <bash> | bash | Bash |
select | 4 | 7.04 - 8.00 | Select words from a list and execute commands. | <bash> | bash | Bash |
set (bashcmd) | 4 | 7.04 - 8.00 | Set or unset values of shell options and positional parameters. | <bash> | bash | Bash |
shift (bashcmd) | 4 | 7.04 - 8.00 | Shift positional parameters. | <bash> | bash | Bash |
shopt | 4 | 7.04 - 8.00 | Set and unset shell options. | <bash> | bash | Bash |
source (bashcmd) | 4 | 7.04 - 8.00 | Execute commands from a file in the current shell. | <bash> | bash | Bash |
suspend | 4 | 7.04 - 8.00 | Suspend shell execution. | <bash> | bash | Bash |
test (bashcmd) | 4 | 7.04 - 8.00 | Evaluate conditional expression. | <bash> | bash | Bash |
time (bashcmd) | 4 | 7.04 - 8.00 | Report time consumed by pipeline's execution. | <bash> | bash | Bash |
times (bashcmd) | 4 | 7.04 - 8.00 | Print out the user and system times used by the shell and its children. | <bash> | bash | Bash |
trap (bashcmd) | 4 | 7.04 - 8.00 | Trap signals and other events. | <bash> | bash | Bash |
true (bashcmd) | 4 | 7.04 - 8.00 | Return a successful result. | <bash> | bash | Bash |
type (bashcmd) | 4 | 7.04 - 8.00 | Display information about command type. | <bash> | bash | Bash |
typeset | 4 | 7.04 - 8.00 | Set variable values and attributes. Symomym for declare. | <bash> | bash | Bash |
ulimit (bashcmd) | 4 | 7.04 - 8.00 | Modify shell resource limits. | <bash> | bash | Bash |
umask (bashcmd) | 4 | 7.04 - 8.00 | Display or set file mode mask. | <bash> | bash | Bash |
unalias (bashcmd) | 4 | 7.04 - 8.00 | Remove entries from the list of defined aliases. | <bash> | bash | Bash |
unset (bashcmd) | 4 | 7.04 - 8.00 | Unset values and attributes of shell variables and functions. | <bash> | bash | Bash |
until (bashcmd) | 4 | 7.04 - 8.00 | Execute commands as long as a test does not succeed. | <bash> | bash | Bash |
variables | 4 | 7.04 - 8.00 | Not a command! Common shell variable names and usage. | <bash> | bash | Bash |
wait (bashcmd) | 4 | 7.04 - 8.00 | Wait for job completion and return exit status. | <bash> | bash | Bash |
while (bashcmd) | 4 | 7.04 - 8.00 | Execute commands as long as a test succeeds. | <bash> | bash | Bash |
68 Bash commands |
Bash-Loadables[edit]
The bash executable itself and loadable builtin commands from the /examples/loadables folder of bash-4.4.18
.
The loadables are only installed on the ATOM side of a single 7.14 Labor, the first Labor for the 6660.
Unused loadables provided with bash 4.4 source are: cat, hello, necho and template.
Daily updated index of all Bash loadables found scanning Firmware-Probes . Last update: 2024-11-21 05:56 GMT.
The label (lincmd)
in the Command
column shows there are other objects in this wiki using this name.
The Mod
column shows the amount of models using the respective command. Click the column header to sort by this number.
Command | Mod | Firmware | Description | Path | Size/Bytes | Type | Origin |
---|---|---|---|---|---|---|---|
basename (lincmd) | 1 | 7.14 | Return non-directory portion of pathname. | /lib/bash | 5.3k | Exec | Bash |
bash (lincmd) | 5 | 7.04 - 8.00 | GNU Bourne-Again SHell. | /bin | 621k - 796k | Exec | Bash |
dirname (lincmd) | 1 | 7.14 | Display directory portion of pathname. | /lib/bash | 5.3k | Exec | Bash |
enable_mypid | Enable $MYPID. | Bash | |||||
false (lincmd) | Exit unsuccessfully. | Bash | |||||
finfo | 1 | 7.14 | Display information about file attributes. | /lib/bash | 9.5k | Exec | Bash |
head (lincmd) | 1 | 7.14 | Display lines from beginning of file. | /lib/bash | 5.3k | Exec | Bash |
id (lincmd) | 1 | 7.14 | Display information about user. | /lib/bash | 9.3k | Exec | Bash |
ln (lincmd) | 1 | 7.14 | Link files. | /lib/bash | 9.3k | Exec | Bash |
logname (lincmd) | 1 | 7.14 | Display user login name. | /lib/bash | 5.3k | Exec | Bash |
mkdir (lincmd) | 1 | 7.14 | Create directories. | /lib/bash | 9.4k | Exec | Bash |
mypid | 1 | 7.14 | Imports enable_mypid into bash (Enable $MYPID). | /lib/bash | 5.3k | Exec | Bash |
pathchk | 1 | 7.14 | Check pathnames for validity. | /lib/bash | 9.3k | Exec | Bash |
print (lincmd) | 1 | 7.14 | Display arguments. | /lib/bash | 5.3k | Exec | Bash |
printenv (lincmd) | 1 | 7.14 | Display environment. | /lib/bash | 5.3k | Exec | Bash |
push | 1 | 7.14 | Create child shell. | /lib/bash | 5.4k | Exec | Bash |
realpath (lincmd) | 1 | 7.14 | Display pathname in canonical form. | /lib/bash | 5.3k | Exec | Bash |
rmdir (lincmd) | 1 | 7.14 | Remove directory. | /lib/bash | 5.3k | Exec | Bash |
setpgid | 1 | 7.14 | Invoke the setpgid(2) system call. Set process group. | /lib/bash | 5.3k | Exec | Bash |
sleep (lincmd) | 1 | 7.14 | Suspend execution for specified period. | /lib/bash | 5.3k | Exec | Bash |
strftime | 1 | 7.14 | Display formatted time. | /lib/bash | 5.3k | Exec | Bash |
sync (lincmd) | 1 | 7.14 | Sync disks. | /lib/bash | 5.3k | Exec | Bash |
tee (lincmd) | 1 | 7.14 | Duplicate standard output. | /lib/bash | 5.3k | Exec | Bash |
true (lincmd) | Exit successfully. | Bash | |||||
truefalse | 1 | 7.14 | Imports true / false into bash (Exit successfully / unsuccessfully). | /lib/bash | 5.3k | Exec | Bash |
tty (lincmd) | 1 | 7.14 | Display terminal name. | /lib/bash | 5.3k | Exec | Bash |
uname (lincmd) | 1 | 7.14 | Display system information. | /lib/bash | 5.3k | Exec | Bash |
unlink (lincmd) | 1 | 7.14 | Remove a directory entry. Delete a file or directory. | /lib/bash | 5.3k | Exec | Bash |
whoami (lincmd) | 1 | 7.14 | Print user name. | /lib/bash | 5.3k | Exec | Bash |
29 Linux commands |