Sponsored Content
Top Forums Shell Programming and Scripting What are $(...) and $((...)) used for? Post 302477382 by ctsgnb on Saturday 4th of December 2010 07:10:59 PM
Old 12-04-2010
$(...)evaluate the command that is inside and pass the result as a variable (new fashion) ... the old fashion way is using back tick ``
$((...))is used when evaluating arithmetic operation
This User Gave Thanks to ctsgnb For This Post:
 
All times are GMT -4. The time now is 09:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy