Difference between revisions of "Append"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{lowercase}}
 
<code>[[echo]] "your_line_to_append" >> your_file.txt</code>
 
<code>[[echo]] "your_line_to_append" >> your_file.txt</code>
  

Revision as of 14:48, 21 October 2021

echo "your_line_to_append" >> your_file.txt

history -a

tee --append ~/.ssh/config << END
Host localhost
  ForwardAgent yes
END

Related

See also

Advertising: