(not set) | |
Blog | (not set) |
Website | (not set) |
0
score
|
Append to a file text, a blank line, and the last line of another file$ echo -e "From: me\n\n$(tail -n1 /var/log/apache2/error.log)" >> file |