Tag:
backquote

Command substitution in BASH

by
on
November 7, 2008

BASH has the ability to execute a command string and replace that string with the output of the command. Or to say it another way, the output of a command will replace the command itself. There are 2 ways to accomplish this. The first is to surround the command with backticks or blockquotes. `command` You [...]

Read More
No Comments
bash
Copyright 2008-2010 WiredRevolution.com. All rights reserved.