Difference between revisions of "Append"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  [[history -a]]
 
  [[history -a]]
 +
 +
 +
tee -a ~/.ssh/config << END
 +
Host localhost
 +
  ForwardAgent yes
 +
[[END]]
 +
 +
 +
== See also ==
 +
* {{echo}}
 +
* {{tee}}
 +
 +
[[Category:Computing]]

Revision as of 22:41, 20 October 2021


echo "your_line_to_append" >> your_file.txt
history -a


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


See also

Advertising: