echo
Puts some text into
a.txt
file
echo 'some txt' > a.txt
Adds some text at the bottom of the file
a.txt
file (with new line)
echo 'some txt' >> a.txt
The file will be created, if does not exist
also works on windows
by Valeri Tandilashvili
4 years ago
Git
1
Pro tip: use ```triple backticks around text``` to write in code fences