Answers for "how do we write in linux"

0

linux write

# Linux - Bash

#syntax 
# echo -e "*<string-to-append>" >> *<file-name>

# example
echo -e "aaa" >> test_1.txt
Posted by: Guest on May-18-2020

Code answers related to "how do we write in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language