Bash - Command Execution

Bash Liste Des Attaques Ovh

About

To execute a command in a script

See also: Script Execution

List

$(expression)

You can execute an expression inside an input with $(expression). See Subshell

echo $(date +"%Y%m%d")
20161027

xargs

Xargs execute commands from standard input.

Others

See also:







Share this page:
Follow us:
Task Runner