MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues.
2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)
BUILD: Difference between revisions
Jump to navigation
Jump to search
Diego bf109 (talk | contribs) No edit summary |
Diego bf109 (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
Will create a file called todo.txt in the THINGS directory, and prompt for input. | Will create a file called todo.txt in the THINGS directory, and prompt for input. | ||
Every line entered will be added to the file, until [ctrl]+[c] . | Every line entered will be added to the file, until [ctrl]+[c] . | ||
This is useful to create small script files or reminders. |
Revision as of 16:16, 6 February 2008
BUILD
BUILD creates text files from the standard input.
Syntax: Build <path>
Example
/DD:build /dd/things/todo.txt
Will create a file called todo.txt in the THINGS directory, and prompt for input. Every line entered will be added to the file, until [ctrl]+[c] .
This is useful to create small script files or reminders.