Difference between revisions of "Append"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
− | [[tee - | + | [[tee --append]] ~/.ssh/config << END |
Host localhost | Host localhost | ||
ForwardAgent yes | ForwardAgent yes |
Revision as of 22:44, 20 October 2021
echo "your_line_to_append" >> your_file.txt
history -a
tee --append ~/.ssh/config << END Host localhost ForwardAgent yes END
See also
echo
,print, printf
,tput
,logger
,write-output, echo -e, /dev/stdout, banner
tee
,sponge
,append, prepend, tee --append
Advertising: