Shell

Shell script is a computer program designed to be run by a command-line interpreter. In Teragrep, shell is a standalone interpreter.

To use shell in Teragrep’s editor, write %sh at the start.

%sh
whoami
hostname
date
Shell example