Skip to main content
Post Closed as "Duplicate" by don_crissti, Jakuje, Scott - Слава Україні, garethTheRed, Jeff Schaller
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.5k
  • 205
  • 1.8k
  • 2.3k
Tweeted twitter.com/#!/StackUnix/status/377495568840683520
Improved the grammar and made some minor edits so I could change my vote. The downvote was kind of knee-jerk.
Source Link

what What does the command "$()" do in unixUNIX?

whatWhat does the command $() do in unix UNIX?
can some one Could someone explain what is the significance of $ in in the below examplesexamples;

$(echo var=10)  

and

eval $(echo var=10)

what does the command "$()" do in unix

what does the command $() do in unix ?
can some one explain what is the significance of $ in the below examples

$(echo var=10)  

and

eval $(echo var=10)

What does the command "$()" do in UNIX?

What does the command $() do in UNIX? Could someone explain what is the significance of $ in the below examples;

$(echo var=10)  

and

eval $(echo var=10)
added 21 characters in body; edited tags
Source Link
iruvar
  • 17k
  • 8
  • 51
  • 81

what does the command $() do in unix ?
can some one explain what is the significance of $ in the below examples $(echo var=10) and eval $(echo var=10)

what does the command $() do in unix ?
can some one explain what is the significance of $ in the below examples

$(echo var=10)  

and

eval $(echo var=10)

what does the command $() do in unix ?
can some one explain what is the significance of $ in the below examples $(echo var=10) and eval $(echo var=10)

what does the command $() do in unix ?
can some one explain what is the significance of $ in the below examples

$(echo var=10)  

and

eval $(echo var=10)
Source Link
Loading