append_line.md

February 27, 2020 ยท View on GitHub

append_line LINE PATH

Appends a line to a file unless already found at the end of the file.


use edit

@ Editing sshd_config
  - append_line 'UseDNS no;' /etc/ssh/sshd_config
See also

add_line
prepend_line