/ Published in: Bash
Running this command will append a line with given values to a file you specify. Replace words between < and > with the values you desire.
Expand |
Embed | Plain Text
echo "<string to append>" >> <file> #Example: echo "My string" >> /home/user/myfile.txt
You need to login to post a comment.
