/ 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
Copy this code and paste it in your HTML
echo "<string to append>" >> <file> #Example: echo "My string" >> /home/user/myfile.txt