Difference between revisions of "Eval"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
 
  eval `[[ssh-agent]] -s`
 
  eval `[[ssh-agent]] -s`
 
  Agent pid 22010
 
  Agent pid 22010
 +
 +
<code>eval</code> is used when you want to dynamically create variables, or to read outputs from programs specifically designed to be read like this.
  
  

Revision as of 10:40, 29 March 2021


eval `ssh-agent -s`
Agent pid 22010
eval is used when you want to dynamically create variables, or to read outputs from programs specifically designed to be read like this.


See also

Advertising: