for loop
while read p; do echo "$p" done <peptides.txt
find and echo into file
find / -name wp-config.php -exec sh -c "echo \"define('WP_TEMP_DIR', ABSPATH . 'wp-content/TEMP');\" >> {}" \;
for loop
while read p; do echo "$p" done <peptides.txt
find and echo into file
find / -name wp-config.php -exec sh -c "echo \"define('WP_TEMP_DIR', ABSPATH . 'wp-content/TEMP');\" >> {}" \;