# Linux - Bash #syntax # echo -e "*<string-to-append>" >> *<file-name> # example echo -e "aaa" >> test_1.txt