`


Vocabulary
backticks

Syntax
` command [args]`


Word description
Runs the specified command and captures the output as a utf8 encoded string.

Examples
` ls -l`
total 45 drwxrwxr-x+ 61 root admin 2074 Apr 8 22:58 Applic...


Definition