Difference between revisions of "Add line"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[sed -i]] | * [[sed -i]] | ||
* [[Ansible: lineinfile]] | * [[Ansible: lineinfile]] | ||
+ | * [[rpl]] | ||
== See also == | == See also == |
Revision as of 13:46, 31 January 2024
grep -qxF 'your text "additional text"' yourfile.txt || echo 'your text "additional text"' >> yourfile.txt
LINE='include "/configs/projectname.conf"' FILE='lighttpd.conf' grep -qF -- "$LINE" "$FILE" || echo "$LINE" >> "$FILE"
Related
See also
Advertising: