update_next_line_based_on_list_of_variable
This is an old revision of the document!
Manipulate File based on list
#!/bin/bash File_line = list Edit_file = httpd.conf for i in $File_line; do sed "s#DocumentRoot $i#DocumentRoot $i \\ php_admin_value open_basedir \"$i:/tmp\"#" $Edit_file #sed -i.bak "s#DocumentRoot $i#DocumentRoot $i \\ #php_admin_value disable_functions \"exec,system,passthru,readfile,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,p open,parse_ini_file,show_source\"#" httpd.conf done
update_next_line_based_on_list_of_variable.1244088932.txt.gz · Last modified: 2020/08/10 02:29 (external edit)