Backticks (backward single quotes) surrounding a command execute the command and insert the results in its place. See notes.
See:
Contents
Notes
Try this yourself:
[dad@system5 dad]$ echo 'date'
date
[dad@system5 dad]$ echo date
date
[dad@system5 dad]$ echo `date`
Tue Feb 18 22:31:44 EST 2003
<Currently, no significant content below this line.>
Contributors
- () RandyKramer - 19 Feb 2003
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
Page Ratings