linux - Where can I find .curlrc file on UBUNTU? -


where can find .curlrc file? have tried $home/ , echo $curl_home gives me blank line. have tried find . -name ".curlrc" in $home. no results.

please help

updatedb && locate curlrc 

make sure run command root

or could...

nano ~/.curlrc 

this should be.

i believe default though, there no curlrc file. might have create own


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -