To write to file:
1) Use redirection:
echo "First line" >MyFile
2) Use and editor: ed, ex vi, emacs, pico, etc...
3) Read the tutorials.
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb