linux - echo $HTTP as plain text -
i trying create bash file modify files have problem 1 command. when use sudo echo "$http["url"]" >> file.conf
error permission denied. want file have $http["url"]
inside, $http not variable in bash text.
if put inside of single quotes, should work
echo '$http["url"]'
Comments
Post a Comment