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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -