Say for instance I have
x=1 and I want to access the first arg, i.e., $1. How can I do so using x? I've tried
$($x)
$( {$x} )
but to no avail.
Say for instance I have
x=1 and I want to access the first arg, i.e., $1. How can I do so using x? I've tried
$($x)
$( {$x} )
but to no avail.