Terminal > Windows Registry.

  • @dezmd
    link
    English
    427 days ago

    What if I told you you can make a backup of a config file and edit a single line in a conf file, all with a single line of bash?

    sudo cp config.conf config.conf.bak.$(date +"%Y%m%d%H%M%S") && sed -i 's/^\(CONFIG_NAME\s*=\s*\).*/\1new_value/' config.conf