Difference between revisions of "Add line"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== Related == | == Related == | ||
* [[append]] | * [[append]] | ||
− | + | * [[sed -i]] | |
== See also == | == See also == |
Revision as of 09:59, 19 April 2023
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: