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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -