I want to save ${1} argument passed to my script (${1} is a file path) into a string variable within the same shell script, and then echo the path using echo variable and not echo ${1}.
I want to save ${1} argument passed to my script ( ${1} is a
Share
Simply try doing this :