Rev 11292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11292 | Rev 17228 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:fileappend |
2 | tit:fileappend |
3 | type:$type_exec |
3 | type:$type_exec |
4 | alias:appendfile |
4 | alias:appendfile |
5 | syntax:!fileappend ``fname content'' |
5 | syntax:!fileappend ``fname content'' |
6 | mean:Append ``content'' to file ``fname''. ``fname'' is a file residing in directory of the module, \ |
6 | mean:Append ``content'' to file ``fname''. ``fname'' is a file residing in directory of the module, \ |
7 | under the subdirectory ``writable''. <br |
7 | under the subdirectory ``writable''. <br> A new line will be added at the end of the ``content''.\ |
8 | <p>\ |
8 | <p>\ |
9 | Special case: if the file name starts with ``getfile/'', the file is written to the getfile \ |
9 | Special case: if the file name starts with ``getfile/'', the file is written to the getfile \ |
10 | subdirectory of the session. This file is then accessible via the command\ |
10 | subdirectory of the session. This file is then accessible via the command\ |
11 | </p>\ |
11 | </p>\ |
12 | <pre>!href cmd=getfile&special_parm=fname_without_getfile_prefix</pre>\ |
12 | <pre>!href cmd=getfile&special_parm=fname_without_getfile_prefix</pre>\ |