sed add linha ao arquivo

sed '$ a <your important words here>' file.txt 

# add -i to modify that file directly
Easy Earthworm