Sample Header Ad - 728x90

Declare variable in eval Bash

0 votes
1 answer
398 views
There is a way to declare variable in eval ? For example function test { eval $1 } test " value="foo" echo "$value" " But it display nothing. Anyone can help please ?
Asked by RevOneX9 (3 rep)
Dec 2, 2022, 01:03 AM
Last activity: Dec 2, 2022, 01:25 AM