Answers for "write man page"

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 "Shell/Bash"

Browse Popular Code Answers by Language