PreviousUpNext

5.5.5  Capture text output from a shell command

Use backquotes to capture text output from a shell command:

    eval:  printf "%s" `date`;
    Fri Feb 22 23:48:59 CST 2008

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext