murex
murex copied to clipboard
':>' operator
Describe the problem:
With other shells, it's convenient to create a new empty file with :> newfile
Would be nice to have a similar capability
Thank you
Would something like the following work?
null |> newfile
It's a little more readable and is already supported by Murex without any code changes