=================================== write_file - write a text to a file =================================== .. raw:: latex \begin{comment} .. cmd:def:: write_file :title: write a text to a file .. code:: yoscrypt write_file [options] output_file [input_file] :: Write the text from the input file to the output file. .. code:: yoscrypt -a :: Append to output file (instead of overwriting) :: Inside a script the input file can also can a here-document: write_file hello.txt <