>>
(append file)Writes STDIN to disk - appending contents if file already exists
Redirects output to file.
If a file already exists, the contents will be appended to existing contents. Otherwise a new file is created.
<stdin> -> >> filename
g * -> >> files.txt
>>
fappend
>
(truncate file): Writes STDIN to disk - overwriting contents if file already existsg
: Glob pattern matching for file system objects (eg *.txt)pipe
: Manage murex named pipestmp
: Create a temporary file and write to itThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.